diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2016-05-27 20:45:32 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2016-05-27 20:45:32 +0000 |
| commit | 09210a281cf7155a1667450b6a9f8da37eeaed95 (patch) | |
| tree | e86f0e554eb9150430ad81a03f17ee03b44d37f1 /lib/libc++ | |
| parent | 1e45d04b7b91bf3624d75d923407aad55cccf87c (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 984e70bebe87..5db093488d24 100644 --- a/lib/libc++/Makefile +++ b/lib/libc++/Makefile @@ -63,7 +63,7 @@ cxxrt_${_S}: ${_LIBCXXRTDIR}/${_S} .NOMETA .endfor WARNS= 0 -CFLAGS+= -I${HDRDIR} -I${_LIBCXXRTDIR} -nostdinc++ -nostdlib -DLIBCXXRT +CFLAGS+= -isystem ${HDRDIR} -isystem ${_LIBCXXRTDIR} -nostdinc++ -nostdlib -DLIBCXXRT .if empty(CXXFLAGS:M-std=*) CXXFLAGS+= -std=c++11 .endif |
