diff options
author | kris <kris@FreeBSD.org> | 2001-03-12 07:47:09 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-03-12 07:47:09 +0000 |
commit | b38db8f922e001ed8bc9ee6e5d8d64cd953afdca (patch) | |
tree | c12a4e29ca1d21d4f319dde9927e3c9aa00b4fb4 /etc | |
parent | a02554ace16e9904d9ceefd63248b7941794d306 (diff) | |
download | FreeBSD-src-b38db8f922e001ed8bc9ee6e5d8d64cd953afdca.zip FreeBSD-src-b38db8f922e001ed8bc9ee6e5d8d64cd953afdca.tar.gz |
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
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/make.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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=<cpu> to CFLAGS automatically +#NO_CPU_COPTFLAGS=true # Don't add -march=<cpu> to COPTFLAGS automatically # # CFLAGS controls the compiler settings used when compiling C code. # Note that optimization settings above -O (-O2, ...) are not recommended |