diff options
author | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-26 21:48:01 +0000 |
---|---|---|
committer | pme <pme@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-02-26 21:48:01 +0000 |
commit | 90d10a87d15f643548c0f4cfd7b8bbcafa7922b9 (patch) | |
tree | 52f45643d462e933a2eecefb9079e653a35b8317 /libstdc++-v3/configure.in | |
parent | df6fe7de1a7459bd6363aaac7043ab771d9d5718 (diff) | |
download | gcc-90d10a87d15f643548c0f4cfd7b8bbcafa7922b9.tar.gz |
2001-02-26 Phil Edwards <pme@sources.redhat.com>
* acinclude.m4 (GLIBCPP_CONFIGURE): Update required compiler version.
(GLIBCPP_CHECK_COMPILER_FEATURES): Can safely assume new
diagnostics. Remove WFMT_FLAGS.
* configure.in: Replace WFMT_FLAGS with diagnostics options.
* libsupc++/Makefile.am: Likewise.
* src/Makefile.am: Likewise.
* aclocal.m4: Regenerated.
* configure: Regenerated.
* Makefile.in: Regenerated.
* libio/Makefile.in: Regenerated.
* libmath/Makefile.in: Regenerated.
* libsupc++/Makefile.in: Regenerated.
* src/Makefile.in: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@40075 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure.in')
-rw-r--r-- | libstdc++-v3/configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libstdc++-v3/configure.in b/libstdc++-v3/configure.in index 2342adea862..544db19b174 100644 --- a/libstdc++-v3/configure.in +++ b/libstdc++-v3/configure.in @@ -96,9 +96,7 @@ if test -n "$with_cross_host"; then float.h inttypes.h]) # GLIBCPP_CHECK_COMPILER_FEATURES - WFMT_FLAGS='-fdiagnostics-show-location=once' SECTION_FLAGS='-ffunction-sections -fdata-sections' - AC_SUBST(WFMT_FLAGS) AC_SUBST(SECTION_FLAGS) GLIBCPP_CHECK_LINKER_FEATURES # GLIBCPP_CHECK_BUILTIN_MATH_SUPPORT |