From b38db8f922e001ed8bc9ee6e5d8d64cd953afdca Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 12 Mar 2001 07:47:09 +0000 Subject: Use CPUTYPE to add appropriate compiler flags to COPTFLAGS for kernel builds. This may be disabled using the NO_CPU_COPTFLAGS variable. Reviewed by: arch --- etc/defaults/make.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'etc') diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index b10819b..7554631 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -29,6 +29,7 @@ # #CPUTYPE=i686 #NO_CPU_CFLAGS= true # Don't add -march= to CFLAGS automatically +#NO_CPU_COPTFLAGS=true # Don't add -march= to COPTFLAGS automatically # # CFLAGS controls the compiler settings used when compiling C code. # Note that optimization settings above -O (-O2, ...) are not recommended -- cgit v1.1