--- src/etc/defaults/make.conf 2007/09/05 21:40:10 1.30 +++ src/etc/defaults/make.conf 2007/09/05 22:11:01 1.31 @@ -38,11 +38,11 @@ # The CCVER variable controls which GCC-version to use by default. It # should be set using ?= so as not to interfere with CCVER overrides from # userland or the buildworld. Note that building world or the kernel using -# the experimental compiler might be broken at any time. We currently +# an experimental compiler might be broken at any time. We currently # recommend that an override NOT be set in /etc/make.conf. # -#CCVER?=gcc34 # (use GCC 3.4, default) -#CCVER?=gcc41 # (use GCC 4.1, experimental) +#CCVER?=gcc34 # (use GCC 3.4, old version) +#CCVER?=gcc41 # (use GCC 4.1, default) # # CFLAGS controls the compiler settings used when compiling C code. # Note that optimization settings above -O (-O2, ...) are not recommended