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 /Makefile.in | |
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 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 7ae2a40d4e3..24f51a413c1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -487,7 +487,6 @@ STAGEfeedback_CONFIGURE_FLAGS = $(STAGE_CONFIGURE_FLAGS) # only ones useful for building stage2. STAGE1_CFLAGS = @stage1_cflags@ -STAGE1_CXXFLAGS = @stage1_cxxflags@ STAGE1_CHECKING = @stage1_checking@ STAGE1_LANGUAGES = @stage1_languages@ # * We force-disable intermodule optimizations, even if |