Module Name: src
Committed By: mrg
Date: Mon Nov 5 08:45:32 UTC 2018
Modified Files:
src/external/gpl3/gcc/lib/libstdc++-v3: Makefile
Log Message:
GCC 6.5 ios_failure.cc needs to be compiled with cxx mode.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/external/gpl3/gcc/lib/libstdc++-v3/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/libstdc++-v3/Makefile
diff -u src/external/gpl3/gcc/lib/libstdc++-v3/Makefile:1.33 src/external/gpl3/gcc/lib/libstdc++-v3/Makefile:1.34
--- src/external/gpl3/gcc/lib/libstdc++-v3/Makefile:1.33 Sat Apr 7 22:17:52 2018
+++ src/external/gpl3/gcc/lib/libstdc++-v3/Makefile Mon Nov 5 08:45:32 2018
@@ -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 @@ CXX11_ALWAYS= localename.cc \
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