From b8787754e008b1f98793f25b9dc8eb6051c422e4 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Sun, 29 May 2016 06:20:15 +0000 Subject: GCC External: Revert r300886, r300904, r300917, r300918 The fix in r300873 is mostly enough. A fix for lib32 will be committed.separately. --- lib/libcxxrt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libcxxrt') 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 -- cgit v1.1