This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Since we can't use 2.95.2 anyhow...
- To: Phil Edwards <pedwards at disaster dot jaj dot com>
- Subject: Re: Since we can't use 2.95.2 anyhow...
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Mon, 26 Feb 2001 13:33:54 -0800 (PST)
- cc: libstdc++ at gcc dot gnu dot org
> + This tests for 3.x rather than 2.95.2.
>
> + Also, this updates AM_INIT_AUTOMAKE to the current snapshot, just for
> sanity reasons.
okay
> + This removes checking for the -fdiagnostics* switches; if we demand
> 3.x, we know those are present. Not included right now are the 3
> trivial patches to the 3 files (configure.in, libsupc++/Makefile.am,
> src/Makefile.am) where WFMT_FLAGS was used; I replaced it with
> -fdiagnostics* directly.
okay
> + We go through several steps to set GLIBCPP_CFLAGS and GLIBCPP_CXXFLAGS
> early in GLIBCPP_CONFIGURE -- and never use them.
I'm in favor of nuking them if unused.
-benjamin