Module Name: src
Committed By: christos
Date: Fri Oct 17 21:48:17 UTC 2014
Modified Files:
src/external/gpl3/gcc/lib/libasan: Makefile
Log Message:
add some missing sources.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 src/external/gpl3/gcc/lib/libasan/Makefile:1.2
--- src/external/gpl3/gcc/lib/libasan/Makefile:1.1 Wed Oct 15 15:20:29 2014
+++ src/external/gpl3/gcc/lib/libasan/Makefile Fri Oct 17 17:48:17 2014
@@ -25,7 +25,7 @@ ASAN_SRCS= \
asan_thread.cc \
asan_preinit.cc
-INTERCEPION_SRCS= \
+INTERCEPTION_SRCS= \
interception_linux.cc \
interception_type_test.cc
@@ -47,6 +47,6 @@ SANITIZER_SRCS= \
LIB= asan
SRCS= ${ASAN_SRCS} ${INTERCEPTION_SRCS} ${SANITIZER_SRCS}
-CPPFLAGS+=-I${ASAN}/include -I${ASAN}
+CPPFLAGS+=-I${ASAN}/include -I${ASAN} -I${NETBSDSRCDIR}/lib/libexecinfo
.include <bsd.lib.mk>