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/7d300480f585
branches: trunk
changeset: 333206:7d300480f585
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 b7333147f229 -r 7d300480f585 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