diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2016-02-24 19:07:35 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2016-02-24 19:07:35 +0000 |
commit | 12a8d7f6c850c4587e6b0e6b2f919513b039ca75 (patch) | |
tree | 305d6cc5bf1d97ed6b1dccbccc30554b2bd7f15d /share | |
parent | 2b3ddc8f61abaf17714bf6924bccfbb1002ec8ce (diff) | |
download | FreeBSD-src-12a8d7f6c850c4587e6b0e6b2f919513b039ca75.zip FreeBSD-src-12a8d7f6c850c4587e6b0e6b2f919513b039ca75.tar.gz |
BDECFLAGS has not been available since r82604 removed /etc/defaults/make.conf.
WARNS=6 has provided BDECFLAGS since r94332 as well.
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/make.conf.5 | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/share/man/man5/make.conf.5 b/share/man/man5/make.conf.5 index dd53992..d1fc461 100644 --- a/share/man/man5/make.conf.5 +++ b/share/man/man5/make.conf.5 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 12, 2015 +.Dd February 24, 2016 .Dt MAKE.CONF 5 .Os .Sh NAME @@ -141,16 +141,6 @@ Optimization levels other than and .Fl O2 are not supported. -.Va BDECFLAGS -is provided as a set of -.Xr cc 1 -settings suggested by -.An Bruce Evans Aq Mt bde@FreeBSD.org -for developing and testing changes. -They can be used, if set, by: -.Bd -literal -offset indent -CFLAGS+=${BDECFLAGS} -.Ed .It Va CPUTYPE .Pq Vt str Controls which processor should be targeted for generated |