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 depend on librt for shm_{open, ...
details: https://anonhg.NetBSD.org/src/rev/039145556db6
branches: trunk
changeset: 829829:039145556db6
user: christos <christos%NetBSD.org@localhost>
date: Wed Feb 14 02:12:35 2018 +0000
description:
depend on librt for shm_{open,close}
diffstat:
external/gpl3/gcc/lib/libasan/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r a87148a93940 -r 039145556db6 external/gpl3/gcc/lib/libasan/Makefile
--- a/external/gpl3/gcc/lib/libasan/Makefile Wed Feb 14 02:12:07 2018 +0000
+++ b/external/gpl3/gcc/lib/libasan/Makefile Wed Feb 14 02:12:35 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2018/02/07 02:32:39 mrg Exp $
+# $NetBSD: Makefile,v 1.21 2018/02/14 02:12:35 christos Exp $
UNSUPPORTED_COMPILER.clang= # defined
@@ -37,6 +37,7 @@
LIB= asan
SRCS+= ${ASAN_SRCS}
+LIBDPLIBS+= rt ${NETBSDSRCDIR}/lib/librt
.if ${MACHINE_ARCH} == "vax"
COPTS.asan_allocator.cc += -O1
Home |
Main Index |
Thread Index |
Old Index