diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-21 17:05:33 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-21 17:05:33 +0000 |
commit | 3bdc4a4dad627ab438683aa08e8d4e11542e055a (patch) | |
tree | 470a042921d378f12568552a5b4504b9408d094a /configure | |
parent | 5b6bf0983a86077501efed25486b58fa3131c2b7 (diff) | |
download | gcc-3bdc4a4dad627ab438683aa08e8d4e11542e055a.tar.gz |
Revert:
* configure.ac: Add -std=c++98 to stage1_cxxflags.
* Makefile.tpl (STAGE1_CXXFLAGS): And substitute it.
* Makefile.in, configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@223494 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure b/configure index 07aba3e460d..d8043298ad0 100755 --- a/configure +++ b/configure @@ -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 - |