diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2015-05-21 13:05:33 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2015-05-21 13:05:33 -0400 |
commit | 65d932637ed3ffb25d08011a02e8ed0129f1aecb (patch) | |
tree | 470a042921d378f12568552a5b4504b9408d094a /configure | |
parent | 3ecf9d13a14e1ec6a383c668ce0f1c36e63bf587 (diff) | |
download | gcc-65d932637ed3ffb25d08011a02e8ed0129f1aecb.zip gcc-65d932637ed3ffb25d08011a02e8ed0129f1aecb.tar.gz gcc-65d932637ed3ffb25d08011a02e8ed0129f1aecb.tar.bz2 |
revert: configure.ac: Add -std=c++98 to stage1_cxxflags.
Revert:
* configure.ac: Add -std=c++98 to stage1_cxxflags.
* Makefile.tpl (STAGE1_CXXFLAGS): And substitute it.
* Makefile.in, configure: Regenerate.
From-SVN: r223494
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -559,7 +559,6 @@ compare_exclusions host_shared stage2_werror_flag stage1_checking -stage1_cxxflags stage1_cflags MAINT MAINTAINER_MODE_FALSE @@ -14756,13 +14755,6 @@ case $build in *) stage1_cflags="-g -J" ;; esac ;; esac -stage1_cxxflags='$(STAGE1_CFLAGS)' -if test "$GCC" = yes; then - # Build stage 1 in C++98 mode to ensure that a C++98 compiler can still - # start the bootstrap. - stage1_cxxflags="$stage1_cxxflags -std=c++98" -fi - |