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 No need to -I execinfo now tha...
details:   https://anonhg.NetBSD.org/src/rev/a2985d00bd74
branches:  trunk
changeset: 333182:a2985d00bd74
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Oct 22 16:31:57 2014 +0000
description:
No need to -I execinfo now that unwind.h is installed.
diffstat:
 external/gpl3/gcc/lib/libasan/Makefile |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r b03a152ca064 -r a2985d00bd74 external/gpl3/gcc/lib/libasan/Makefile
--- a/external/gpl3/gcc/lib/libasan/Makefile    Wed Oct 22 16:30:21 2014 +0000
+++ b/external/gpl3/gcc/lib/libasan/Makefile    Wed Oct 22 16:31:57 2014 +0000
@@ -50,7 +50,7 @@
 
 LIB=   asan
 SRCS=  ${ASAN_SRCS} ${INTERCEPTION_SRCS} ${SANITIZER_SRCS}
-CPPFLAGS+=-I${ASAN}/include -I${ASAN} -I${NETBSDSRCDIR}/lib/libexecinfo
+CPPFLAGS+=-I${ASAN}/include -I${ASAN}
 
 LDADD+=        -lstdc++ -lpthread
 DPADD+= ${LIBSTDCXX} ${LIBPTHREAD}
Home |
Main Index |
Thread Index |
Old Index