aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/Makefile.am
diff options
context:
space:
mode:
authorPhil Edwards <pme@gcc.gnu.org>2001-02-26 21:48:01 +0000
committerPhil Edwards <pme@gcc.gnu.org>2001-02-26 21:48:01 +0000
commit6a163d7cae1634d98c4c458725eb161adc7f946d (patch)
tree52f45643d462e933a2eecefb9079e653a35b8317 /libstdc++-v3/src/Makefile.am
parenta008643689c8bee5bf67ca1bcfb934100daa7793 (diff)
downloadgcc-6a163d7cae1634d98c4c458725eb161adc7f946d.zip
gcc-6a163d7cae1634d98c4c458725eb161adc7f946d.tar.gz
gcc-6a163d7cae1634d98c4c458725eb161adc7f946d.tar.bz2
acinclude.m4 (GLIBCPP_CONFIGURE): Update required compiler version.
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. From-SVN: r40075
Diffstat (limited to 'libstdc++-v3/src/Makefile.am')
-rw-r--r--libstdc++-v3/src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/src/Makefile.am b/libstdc++-v3/src/Makefile.am
index 6283b5f..51aa4e1 100644
--- a/libstdc++-v3/src/Makefile.am
+++ b/libstdc++-v3/src/Makefile.am
@@ -21,7 +21,7 @@
## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
## USA.
-## $Id: Makefile.am,v 1.72 2001/02/16 00:43:41 bkoz Exp $
+## $Id: Makefile.am,v 1.73 2001/02/20 20:20:48 pme Exp $
AUTOMAKE_OPTIONS = 1.3 gnits
MAINT_CHARSET = latin1
@@ -47,7 +47,7 @@ CONFIG_CXXFLAGS = \
# Warning flags to use.
WARN_CXXFLAGS = \
- @WARN_FLAGS@ $(WERROR) @WFMT_FLAGS@
+ @WARN_FLAGS@ $(WERROR) -fdiagnostics-show-location=once
# Use common includes from acinclude.m4/GLIBCPP_EXPORT_INCLUDES
GLIBCPP_INCLUDE_DIR = @GLIBCPP_INCLUDE_DIR@