--- src/etc/defaults/make.conf 2005/06/11 21:09:51 1.13 +++ src/etc/defaults/make.conf 2005/09/05 15:36:34 1.14 @@ -42,8 +42,14 @@ # be set in /etc/make.conf and that gcc 3.4 not yet be used to build the boot # blocks, boot loader, or the kernel. # -# CCVER?=gcc2 # (use GCC 2.95.x, default) -# CCVER?=gcc34 # (use GCC 3.4, experimental) +# CCVER?=gcc34 # (use GCC 3.4, default) +# CCVER?=gcc40 # (use GCC 4.0, experimental, only available +# # if WANT_GCC40 set) +# +# +# Build gcc40 with world. This won't make gcc40 the default compiler +# +#WANT_GCC40=yes # # # CFLAGS controls the compiler settings used when compiling C code.