mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 05:00:26 +08:00
* Makefile.in (GCC_WARN_CXXFLAGS): Add -std=c++98.
From-SVN: r223312
This commit is contained in:
parent
71c87d1c0f
commit
87734648c9
@ -1,3 +1,7 @@
|
||||
2015-05-18 Jason Merrill <jason@redhat.com>
|
||||
|
||||
* Makefile.in (GCC_WARN_CXXFLAGS): Add -std=c++98.
|
||||
|
||||
2015-05-18 Andreas Tobler <andreast@gcc.gnu.org>
|
||||
|
||||
* config/freebsd-spec.h (FBSD_STARTFILE_SPEC): Add the bits to build
|
||||
|
@ -199,7 +199,7 @@ VALGRIND_DRIVER_DEFINES = @valgrind_path_defines@
|
||||
.-warn = $(STRICT_WARN)
|
||||
build-warn = $(STRICT_WARN)
|
||||
GCC_WARN_CFLAGS = $(LOOSE_WARN) $(C_LOOSE_WARN) $($(@D)-warn) $(if $(filter-out $(STRICT_WARN),$($(@D)-warn)),,$(C_STRICT_WARN)) $(NOCOMMON_FLAG) $($@-warn)
|
||||
GCC_WARN_CXXFLAGS = $(LOOSE_WARN) $($(@D)-warn) $(NOCOMMON_FLAG) $($@-warn)
|
||||
GCC_WARN_CXXFLAGS = $(LOOSE_WARN) $($(@D)-warn) $(NOCOMMON_FLAG) $($@-warn) -std=c++98
|
||||
|
||||
# These files are to have specific diagnostics suppressed, or are not to
|
||||
# be subject to -Werror:
|
||||
|
Loading…
x
Reference in New Issue
Block a user