]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
PR bootstrap/66319
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Jun 2015 17:50:23 +0000 (17:50 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Jun 2015 17:50:23 +0000 (17:50 +0000)
* configure.ac: Use -std=gnu++98.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@224039 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure
configure.ac

index 9c9396aaa2196bf7de23ecf7ca25f02bab111fc1..454483ffe73c13b786e8c0b13444b9ecc3b8f0f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 167b506002a015ad7cbea6282e1f33bf0222d282..bced9de413e97bdf1e14aae559ba166919abc669 100755 (executable)
--- a/configure
+++ b/configure
@@ -5410,7 +5410,7 @@ esac
 # 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
index 25093056279123ac5077381f8857e352826bbde0..7c06e6ba9fad60ccd511c4809ca777c10a94fe76 100644 (file)
@@ -1445,7 +1445,7 @@ esac
 # 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