Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/lib/libasan one more search path.



details:   https://anonhg.NetBSD.org/src/rev/50bc64a02a7b
branches:  trunk
changeset: 803364:50bc64a02a7b
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Oct 23 23:31:26 2014 +0000

description:
one more search path.

diffstat:

 external/gpl3/gcc/lib/libasan/Makefile |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 370986e81605 -r 50bc64a02a7b external/gpl3/gcc/lib/libasan/Makefile
--- a/external/gpl3/gcc/lib/libasan/Makefile    Thu Oct 23 21:19:53 2014 +0000
+++ b/external/gpl3/gcc/lib/libasan/Makefile    Thu Oct 23 23:31:26 2014 +0000
@@ -51,6 +51,7 @@
 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



Home | Main Index | Thread Index | Old Index