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 Use libdplibs



details:   https://anonhg.NetBSD.org/src/rev/fba64ca762b2
branches:  trunk
changeset: 803348:fba64ca762b2
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Oct 23 12:16:25 2014 +0000

description:
Use libdplibs

diffstat:

 external/gpl3/gcc/lib/libasan/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 83eadfe7564b -r fba64ca762b2 external/gpl3/gcc/lib/libasan/Makefile
--- a/external/gpl3/gcc/lib/libasan/Makefile    Thu Oct 23 10:01:53 2014 +0000
+++ b/external/gpl3/gcc/lib/libasan/Makefile    Thu Oct 23 12:16:25 2014 +0000
@@ -52,7 +52,7 @@
 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>



Home | Main Index | Thread Index | Old Index