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 use LIBISCXX = yes, instead o...



details:   https://anonhg.NetBSD.org/src/rev/926ef8e57b57
branches:  trunk
changeset: 323334:926ef8e57b57
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jun 11 15:29:33 2018 +0000

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

diffstat:

 external/gpl3/gcc/lib/libubsan/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r bb8bbfacaa0a -r 926ef8e57b57 external/gpl3/gcc/lib/libubsan/Makefile
--- a/external/gpl3/gcc/lib/libubsan/Makefile   Mon Jun 11 14:18:16 2018 +0000
+++ b/external/gpl3/gcc/lib/libubsan/Makefile   Mon Jun 11 15:29:33 2018 +0000
@@ -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 @@
 
 LIB=   ubsan
 SRCS+= ${UBSAN_SRCS}
-LIBDPLIBS+= stdc++ ${.CURDIR}/../libstdc++-v3
 LIBDPLIBS+= rt ${NETBSDSRCDIR}/lib/librt
 
 .if ${MACHINE_ARCH} == "vax"



Home | Main Index | Thread Index | Old Index