Module Name:    src
Committed By:   christos
Date:           Mon Jun 11 15:29:33 UTC 2018

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

Log Message:
use LIBISCXX = yes, instead of hard-coding the c++ library. Suggested by joerg


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 src/external/gpl3/gcc/lib/libubsan/Makefile:1.7
--- src/external/gpl3/gcc/lib/libubsan/Makefile:1.6	Mon Jun 11 08:47:47 2018
+++ src/external/gpl3/gcc/lib/libubsan/Makefile	Mon Jun 11 11:29:33 2018
@@ -1,6 +1,7 @@
-#	$NetBSD: Makefile,v 1.6 2018/06/11 12:47:47 christos Exp $
+#	$NetBSD: Makefile,v 1.7 2018/06/11 15:29:33 christos Exp $
 
 UNSUPPORTED_COMPILER.clang=	# defined
+LIBISCXX = yes
 
 .include <bsd.own.mk>
 
@@ -28,7 +29,6 @@ COPTS.${_s}.cc+=-frtti
 
 LIB=	ubsan
 SRCS+=	${UBSAN_SRCS}
-LIBDPLIBS+= stdc++ ${.CURDIR}/../libstdc++-v3
 LIBDPLIBS+= rt ${NETBSDSRCDIR}/lib/librt
 
 .if ${MACHINE_ARCH} == "vax"

Reply via email to