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/libubsan need -lrt for shm_{open, close}
details: https://anonhg.NetBSD.org/src/rev/219d5ccb54a4
branches: trunk
changeset: 359529:219d5ccb54a4
user: christos <christos%NetBSD.org@localhost>
date: Wed Feb 14 03:37:39 2018 +0000
description:
need -lrt for shm_{open,close}
diffstat:
external/gpl3/gcc/lib/libubsan/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r f8581adde17c -r 219d5ccb54a4 external/gpl3/gcc/lib/libubsan/Makefile
--- a/external/gpl3/gcc/lib/libubsan/Makefile Wed Feb 14 02:12:35 2018 +0000
+++ b/external/gpl3/gcc/lib/libubsan/Makefile Wed Feb 14 03:37:39 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2018/02/04 01:16:33 mrg Exp $
+# $NetBSD: Makefile,v 1.5 2018/02/14 03:37:39 christos Exp $
UNSUPPORTED_COMPILER.clang= # defined
@@ -28,6 +28,7 @@
LIB= ubsan
SRCS+= ${UBSAN_SRCS}
+LIBDPLIBS+= rt ${NETBSDSRCDIR}/lib/librt
.if ${MACHINE_ARCH} == "vax"
COPTS += -O1
Home |
Main Index |
Thread Index |
Old Index