diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2020-09-11 13:28:37 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2020-09-11 13:28:37 +0000 |
| commit | ecebb3cc1d2d074defc302d8ae6820bb6b20d4fe (patch) | |
| tree | 82d4975af5d9f605e80daeb706f1b9f5ce4eb59e /lib/libc++ | |
| parent | b876085f5589f4e6d531d97ad902c5730ec55339 (diff) | |
Notes
Diffstat (limited to 'lib/libc++')
| -rw-r--r-- | lib/libc++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile index 330ffaaed9cb..bfb394fda2fb 100644 --- a/lib/libc++/Makefile +++ b/lib/libc++/Makefile @@ -71,7 +71,7 @@ cxxrt_${_S}: ${_LIBCXXRTDIR}/${_S} .NOMETA ln -sf ${.ALLSRC} ${.TARGET} .endfor -WARNS= 0 +WARNS?= 0 CFLAGS+= -isystem ${HDRDIR} CFLAGS+= -isystem ${_LIBCXXRTDIR} CFLAGS+= -nostdinc++ |
