diff options
| author | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-05-27 23:03:44 +0000 |
|---|---|---|
| committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2016-05-27 23:03:44 +0000 |
| commit | ce00342bb2a88f771068f24162bbf820f01e6bf0 (patch) | |
| tree | 0cfea6e3ddff242088e35731cabddb495ceb3e37 /lib/libc++ | |
| parent | 47873c16d3c25ea1be4c426dafb013703a305e3f (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 5db093488d24e..984e70bebe87a 100644 --- a/lib/libc++/Makefile +++ b/lib/libc++/Makefile @@ -63,7 +63,7 @@ cxxrt_${_S}: ${_LIBCXXRTDIR}/${_S} .NOMETA .endfor WARNS= 0 -CFLAGS+= -isystem ${HDRDIR} -isystem ${_LIBCXXRTDIR} -nostdinc++ -nostdlib -DLIBCXXRT +CFLAGS+= -I${HDRDIR} -I${_LIBCXXRTDIR} -nostdinc++ -nostdlib -DLIBCXXRT .if empty(CXXFLAGS:M-std=*) CXXFLAGS+= -std=c++11 .endif |
