diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2016-03-02 01:24:41 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2016-03-02 01:24:41 +0000 |
commit | c297413491e7dd2dd41bab0b4f0c62d35804211c (patch) | |
tree | d8578d0b07bf4578015415d74071f054d84022ef | |
parent | ac1ac2d42e7a8f9700fd91755a11d1f6c9a3fc9b (diff) | |
download | FreeBSD-src-c297413491e7dd2dd41bab0b4f0c62d35804211c.zip FreeBSD-src-c297413491e7dd2dd41bab0b4f0c62d35804211c.tar.gz |
MFC r295995:
BDECFLAGS has not been available since r82604 removed
/etc/defaults/make.conf.
Approved by: re (gjb)
-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 1c288e7..24c0fa3 100644 --- a/share/man/man5/make.conf.5 +++ b/share/man/man5/make.conf.5 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 17, 2014 +.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 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 |