make.conf.example: document FFLAGS and FCFLAGS
authorSébastien Fabbro <bicatali@gentoo.org>
Wed, 19 Jan 2011 18:25:23 +0000 (10:25 -0800)
committerZac Medico <zmedico@gentoo.org>
Wed, 19 Jan 2011 18:25:23 +0000 (10:25 -0800)
cnf/make.conf
cnf/make.conf.hppa.diff

index 255cff221f66dd3e7320f8f54fd97a0164979b1d..9e06d57755019b9ef557b9637b3b6ab002f6aae9 100644 (file)
@@ -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
 
 # 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
 # ================
index a3d0147be23e2af6d1c48156f91e20e05dbac882..a1fa5ef7bba5c98c8cc24fb6e30a9079e08d7a6c 100644 (file)
 -#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.