Module Name:    src
Committed By:   christos
Date:           Wed Oct 22 16:31:57 UTC 2014

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

Log Message:
No need to -I execinfo now that unwind.h is installed.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 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.4 src/external/gpl3/gcc/lib/libasan/Makefile:1.5
--- src/external/gpl3/gcc/lib/libasan/Makefile:1.4	Tue Oct 21 23:07:11 2014
+++ src/external/gpl3/gcc/lib/libasan/Makefile	Wed Oct 22 12:31:57 2014
@@ -50,7 +50,7 @@ CSHLIBFLAGS+= -DPIC
 
 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}

Reply via email to