summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>2015-05-21 13:05:33 -0400
committerJason Merrill <jason@gcc.gnu.org>2015-05-21 13:05:33 -0400
commit65d932637ed3ffb25d08011a02e8ed0129f1aecb (patch)
tree470a042921d378f12568552a5b4504b9408d094a /Makefile.in
parent3ecf9d13a14e1ec6a383c668ce0f1c36e63bf587 (diff)
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 'Makefile.in')
-rw-r--r--Makefile.in1
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