summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2002-12-14 15:53:32 +0000
committertrhodes <trhodes@FreeBSD.org>2002-12-14 15:53:32 +0000
commitf5e52774c53a2087e888ecfb35f9ad654c62b964 (patch)
tree1a911df89592611a40f82062ae34bfa49f3e20ee /share
parentffeb55d5da161d9810a688d600ed97437312b720 (diff)
downloadFreeBSD-src-f5e52774c53a2087e888ecfb35f9ad654c62b964.zip
FreeBSD-src-f5e52774c53a2087e888ecfb35f9ad654c62b964.tar.gz
Document NO_CPU_CFLAGS && NO_CPU_COPTFLAGS in the make.conf(5) manual
page. PR: 45418 Reviewed by: jhb (a slightly older version)
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/make.conf.512
1 files changed, 12 insertions, 0 deletions
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5
index 3c3e561..915a7e0 100644
--- a/share/man/man5/make.conf.5
+++ b/share/man/man5/make.conf.5
@@ -137,6 +137,18 @@ Refer to
for a list of recognized
.Va CPUTYPE
options.
+.It Va NO_CPU_CFLAGS
+.Pq Vt str
+Setting this variable will prevent cpu specific compiler flags
+from being automatically added to
+.Va CFLAGS
+duing compile time.
+.It Va NO_CPU_COPTFLAGS
+.Pq Vt str
+Setting this variable will prevent cpu specific compiler flags
+from being automatically added to
+.Va COPTFLAGS
+duing compile time.
.It Va CVS_UPDATE
.Pq Vt bool
Set this to use
OpenPOWER on IntegriCloud