Module Name:    src
Committed By:   christos
Date:           Thu Oct 23 23:31:26 UTC 2014

Modified Files:
        src/external/gpl3/gcc/lib/libasan: Makefile

Log Message:
one more search path.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gcc/lib/libasan/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/lib/libasan/Makefile
diff -u src/external/gpl3/gcc/lib/libasan/Makefile:1.6 src/external/gpl3/gcc/lib/libasan/Makefile:1.7
--- src/external/gpl3/gcc/lib/libasan/Makefile:1.6	Thu Oct 23 08:16:25 2014
+++ src/external/gpl3/gcc/lib/libasan/Makefile	Thu Oct 23 19:31:26 2014
@@ -51,6 +51,7 @@ CSHLIBFLAGS+= -DPIC
 LIB=	asan
 SRCS=	${ASAN_SRCS} ${INTERCEPTION_SRCS} ${SANITIZER_SRCS}
 CPPFLAGS+=-I${ASAN}/include -I${ASAN}
+CPPFLAGS.sanitizer_netbsd.cc+=-I${GCCDIST}/gcc/ginclude
 
 LIBDPLIBS+=    stdc++ ${.CURDIR}/../libstdc++-v3
 LIBDPLIBS+=    pthread ${.CURDIR}/../../../../../lib/libpthread

Reply via email to