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/9d129a647a6e
branches:  trunk
changeset: 333222:9d129a647a6e
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 4e50f3115a2c -r 9d129a647a6e 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