Module Name:    src
Committed By:   christos
Date:           Wed Feb 14 02:12:36 UTC 2018

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

Log Message:
depend on librt for shm_{open,close}


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/external/gpl3/gcc/lib/libasan/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/libasan/Makefile
diff -u src/external/gpl3/gcc/lib/libasan/Makefile:1.20 src/external/gpl3/gcc/lib/libasan/Makefile:1.21
--- src/external/gpl3/gcc/lib/libasan/Makefile:1.20	Tue Feb  6 21:32:39 2018
+++ src/external/gpl3/gcc/lib/libasan/Makefile	Tue Feb 13 21:12:35 2018
@@ -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 @@ asan_win_dynamic_runtime_thunk.cc
 
 LIB=	asan
 SRCS+=	${ASAN_SRCS}
+LIBDPLIBS+= rt ${NETBSDSRCDIR}/lib/librt
 
 .if ${MACHINE_ARCH} == "vax"
 COPTS.asan_allocator.cc += -O1

Reply via email to