Module Name:    src
Committed By:   christos
Date:           Wed Feb 14 03:37:39 UTC 2018

Modified Files:
        src/external/gpl3/gcc/lib/libubsan: Makefile

Log Message:
need -lrt for shm_{open,close}


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gcc/lib/libubsan/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/lib/libubsan/Makefile
diff -u src/external/gpl3/gcc/lib/libubsan/Makefile:1.4 src/external/gpl3/gcc/lib/libubsan/Makefile:1.5
--- src/external/gpl3/gcc/lib/libubsan/Makefile:1.4	Sat Feb  3 20:16:33 2018
+++ src/external/gpl3/gcc/lib/libubsan/Makefile	Tue Feb 13 22:37:39 2018
@@ -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 @@ COPTS.${_s}.cc+=-frtti
 
 LIB=	ubsan
 SRCS+=	${UBSAN_SRCS}
+LIBDPLIBS+= rt ${NETBSDSRCDIR}/lib/librt
 
 .if ${MACHINE_ARCH} == "vax"
 COPTS += -O1

Reply via email to