Module Name: src
Committed By: christos
Date: Thu Oct 23 12:16:25 UTC 2014
Modified Files:
src/external/gpl3/gcc/lib/libasan: Makefile
Log Message:
Use libdplibs
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 src/external/gpl3/gcc/lib/libasan/Makefile:1.6
--- src/external/gpl3/gcc/lib/libasan/Makefile:1.5 Wed Oct 22 12:31:57 2014
+++ src/external/gpl3/gcc/lib/libasan/Makefile Thu Oct 23 08:16:25 2014
@@ -52,7 +52,7 @@ LIB= asan
SRCS= ${ASAN_SRCS} ${INTERCEPTION_SRCS} ${SANITIZER_SRCS}
CPPFLAGS+=-I${ASAN}/include -I${ASAN}
-LDADD+= -lstdc++ -lpthread
-DPADD+= ${LIBSTDCXX} ${LIBPTHREAD}
+LIBDPLIBS+= stdc++ ${.CURDIR}/../libstdc++-v3
+LIBDPLIBS+= pthread ${.CURDIR}/../../../../../lib/libpthread
.include <bsd.lib.mk>