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/libstdc++-v3 GCC 6.5 ios_failure.cc ne...



details:   https://anonhg.NetBSD.org/src/rev/c8ff33ccf099
branches:  trunk
changeset: 445602:c8ff33ccf099
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Nov 05 08:45:32 2018 +0000

description:
GCC 6.5 ios_failure.cc needs to be compiled with cxx mode.

diffstat:

 external/gpl3/gcc/lib/libstdc++-v3/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r a3829fe8ff46 -r c8ff33ccf099 external/gpl3/gcc/lib/libstdc++-v3/Makefile
--- a/external/gpl3/gcc/lib/libstdc++-v3/Makefile       Mon Nov 05 08:34:20 2018 +0000
+++ b/external/gpl3/gcc/lib/libstdc++-v3/Makefile       Mon Nov 05 08:45:32 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.33 2018/04/07 22:17:52 mrg Exp $
+#      $NetBSD: Makefile,v 1.34 2018/11/05 08:45:32 mrg Exp $
 
 REQUIRETOOLS=  yes
 NOLINT=                # defined
@@ -154,7 +154,8 @@
                compatibility-atomic-c++0x.cc \
                compatibility-thread-c++0x.cc \
                compatibility-chrono.cc \
-               compatibility-condvar.cc
+               compatibility-condvar.cc \
+               ios_failure.cc
 .for _s in ${SRCS:M*.cc}
 . if empty(COPTS.${_s}:M-std=*)
 COPTS.${_s}+= -std=gnu++98



Home | Main Index | Thread Index | Old Index