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 remove ubsan_handlers_cxx.cc ...
details: https://anonhg.NetBSD.org/src/rev/e2cbc4266429
branches: trunk
changeset: 460066:e2cbc4266429
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Oct 06 00:15:22 2019 +0000
description:
remove ubsan_handlers_cxx.cc from sources. shouldn't be used with gcc.
diffstat:
external/gpl3/gcc/lib/libubsan/Makefile | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diffs (26 lines):
diff -r 26da9d2b230e -r e2cbc4266429 external/gpl3/gcc/lib/libubsan/Makefile
--- a/external/gpl3/gcc/lib/libubsan/Makefile Sun Oct 06 00:07:11 2019 +0000
+++ b/external/gpl3/gcc/lib/libubsan/Makefile Sun Oct 06 00:15:22 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2019/10/04 08:51:33 mrg Exp $
+# $NetBSD: Makefile,v 1.15 2019/10/06 00:15:22 mrg Exp $
UNSUPPORTED_COMPILER.clang= # defined
LIBISCXX = yes
@@ -15,7 +15,6 @@
ubsan_diag.cc \
ubsan_flags.cc \
ubsan_handlers.cc \
- ubsan_handlers_cxx.cc \
ubsan_init.cc \
ubsan_type_hash.cc \
ubsan_type_hash_itanium.cc \
@@ -26,8 +25,6 @@
COPTS.${_s}.cc+=-frtti
.endfor
-COPTS.ubsan_handlers_cxx.cc+= -Wno-error=maybe-uninitialized
-
LIB= ubsan
SRCS+= ${UBSAN_SRCS}
LIBDPLIBS+= rt ${NETBSDSRCDIR}/lib/librt
Home |
Main Index |
Thread Index |
Old Index