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/5b76e1b7968b
branches: trunk
changeset: 829830:5b76e1b7968b
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 039145556db6 -r 5b76e1b7968b 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