[PATCH] Explaining CCVER in make.conf

Erik P. Skaalerud erik at pentadon.com
Sat Jul 3 06:43:22 PDT 2004


Attached is a patch explaining CCVER in etc/defaults/make.conf

Erik P. Skaalerud
--- etc/defaults/make.conf.org	2004-07-03 15:30:37.000000000 +0200
+++ etc/defaults/make.conf	2004-07-03 15:40:03.000000000 +0200
@@ -37,6 +37,11 @@
 #NO_CPU_CFLAGS=	true	# Don't add -march=<cpu> to CFLAGS automatically
 #NO_CPU_COPTFLAGS=true	# Don't add -march=<cpu> to COPTFLAGS automatically
 #
+# The CCVER variable controls wich GCC-version to use.
+#
+#CCVER=gcc2	(Use GCC 2.x, default)
+#CCVER=gcc34	(Use GCC 3.4, experimental)
+#
 # CFLAGS controls the compiler settings used when compiling C code.
 # Note that optimization settings above -O (-O2, ...) are not recommended
 # or supported for compiling the world or the kernel - please revert any




More information about the Submit mailing list