summaryrefslogtreecommitdiffstats
path: root/cnf
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2011-01-19 10:25:23 -0800
committerZac Medico <zmedico@gentoo.org>2011-01-19 10:25:23 -0800
commit35a5224b3a5fd4d8d0955deea9f123d1634f82b4 (patch)
treeaefeba6d6a4ea6f5663efbce19190689f6073b70 /cnf
parent1b0000a25e968cd93c17c7e0a5809a9d8fe81389 (diff)
downloadportage-35a5224b3a5fd4d8d0955deea9f123d1634f82b4.tar.gz
portage-35a5224b3a5fd4d8d0955deea9f123d1634f82b4.tar.bz2
portage-35a5224b3a5fd4d8d0955deea9f123d1634f82b4.zip
make.conf.example: document FFLAGS and FCFLAGS
Diffstat (limited to 'cnf')
-rw-r--r--cnf/make.conf11
-rw-r--r--cnf/make.conf.hppa.diff18
2 files changed, 19 insertions, 10 deletions
diff --git a/cnf/make.conf b/cnf/make.conf
index 255cff221..9e06d5775 100644
--- a/cnf/make.conf
+++ b/cnf/make.conf
@@ -1,4 +1,4 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# Contains local system settings for Portage system
@@ -39,6 +39,15 @@
# If you set a CFLAGS above, then this line will set your default C++ flags to
# the same settings.
#CXXFLAGS="${CFLAGS}"
+#
+# If you set a CFLAGS above, then this line will set your default FORTRAN 77
+# flags to the same settings.
+#FFLAGS="${CFLAGS}"
+#
+# If you set a FFLAGS above, then this line will set your default FORTRAN
+# flags to the same settings for modern build systems
+#FCFLAGS="${FFLAGS}"
+
# Advanced Masking
# ================
diff --git a/cnf/make.conf.hppa.diff b/cnf/make.conf.hppa.diff
index a3d0147be..a1fa5ef7b 100644
--- a/cnf/make.conf.hppa.diff
+++ b/cnf/make.conf.hppa.diff
@@ -39,27 +39,27 @@
-#CFLAGS="-O2 -pipe"
+# Decent examples:
#
-+
++#
+# Use this one if you have a hppa1.1
+#CFLAGS="-march=1.1 -O2 -pipe -mschedule=7100LC"
-+
++#
+# Or this one if you have a hppa2.0
+# Note that -march=2.0 was unstable on some stations.
+# -march=1.0 will create problems too.
+#CFLAGS="-O2 -pipe -mschedule=8000"
-+
-+
++#
++#
# If you set a CFLAGS above, then this line will set your default C++ flags to
# the same settings.
#CXXFLAGS="${CFLAGS}"
-
+ #
+# Btw it's recommended to use this setting for stability.
+# There are still many bugs with higher level of optimisation.
+#CXXFLAGS="-O1 -pipe"
-+
- # Advanced Masking
- # ================
- #
++#
+ # If you set a CFLAGS above, then this line will set your default FORTRAN 77
+ # flags to the same settings.
+ #FFLAGS="${CFLAGS}"
@@ -61,7 +97,7 @@
# DO NOT PUT ANYTHING BUT YOUR SPECIFIC ~ARCHITECTURE IN THE LIST.
# IF YOU ARE UNSURE OF YOUR ARCH, OR THE IMPLICATIONS, DO NOT MODIFY THIS.