summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-03-12 07:47:09 +0000
committerkris <kris@FreeBSD.org>2001-03-12 07:47:09 +0000
commitb38db8f922e001ed8bc9ee6e5d8d64cd953afdca (patch)
treec12a4e29ca1d21d4f319dde9927e3c9aa00b4fb4 /etc
parenta02554ace16e9904d9ceefd63248b7941794d306 (diff)
downloadFreeBSD-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.conf1
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
OpenPOWER on IntegriCloud