看板 DFBSD_submit 關於我們 聯絡資訊
This is a multi-part message in MIME format. --------------090002040002030705030500 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Attached is a patch explaining CCVER in etc/defaults/make.conf Erik P. Skaalerud --------------090002040002030705030500 Content-Type: text/plain; name="make.conf.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="make.conf.diff" --- 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 --------------090002040002030705030500--