summaryrefslogtreecommitdiffstats
path: root/lib/libcxxrt
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2016-05-29 06:20:15 +0000
committerbdrewery <bdrewery@FreeBSD.org>2016-05-29 06:20:15 +0000
commitb8787754e008b1f98793f25b9dc8eb6051c422e4 (patch)
tree722a245536a8d4e54475044cc7b2e057a1ec771f /lib/libcxxrt
parentacc0b5542a72ccf66ecd9c3452c5448d94d964cf (diff)
downloadFreeBSD-src-b8787754e008b1f98793f25b9dc8eb6051c422e4.zip
FreeBSD-src-b8787754e008b1f98793f25b9dc8eb6051c422e4.tar.gz
GCC External: Revert r300886, r300904, r300917, r300918
The fix in r300873 is mostly enough. A fix for lib32 will be committed.separately.
Diffstat (limited to 'lib/libcxxrt')
-rw-r--r--lib/libcxxrt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcxxrt/Makefile b/lib/libcxxrt/Makefile
index 15420a6..f2efe8d 100644
--- a/lib/libcxxrt/Makefile
+++ b/lib/libcxxrt/Makefile
@@ -21,7 +21,7 @@ SRCS+= libelftc_dem_gnu3.c\
guard.cc
WARNS= 0
-CFLAGS+= -I${SRCDIR} -nostdinc++
+CFLAGS+= -isystem ${SRCDIR} -nostdinc++
.if empty(CXXFLAGS:M-std=*)
CXXFLAGS+= -std=c++11
.endif
OpenPOWER on IntegriCloud