PR bootstrap/66319
* configure.ac: Use -std=gnu++98.
From-SVN: r224039
+2015-06-02 Jason Merrill <jason@redhat.com>
+
+ PR bootstrap/66319
+ * configure.ac: Use -std=gnu++98.
+
2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
* MAINTAINERS (Write After Approval): Add myself.
# When bootstrapping with GCC, build stage 1 in C++98 mode to ensure that a
# C++98 compiler can still start the bootstrap.
if test "$enable_bootstrap:$GXX" = "yes:yes"; then
- CXX="$CXX -std=c++98"
+ CXX="$CXX -std=gnu++98"
fi
# Used for setting $lt_cv_objdir
# When bootstrapping with GCC, build stage 1 in C++98 mode to ensure that a
# C++98 compiler can still start the bootstrap.
if test "$enable_bootstrap:$GXX" = "yes:yes"; then
- CXX="$CXX -std=c++98"
+ CXX="$CXX -std=gnu++98"
fi
# Used for setting $lt_cv_objdir