This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] fixup --enable-cxx-flags
- From: Oleg Endo <oleg dot endo at t-online dot de>
- To: Benjamin De Kosnik <bkoz at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Sat, 29 Sep 2012 11:32:02 +0200
- Subject: Re: [v3] fixup --enable-cxx-flags
- References: <20120928211235.7ab55ada@coso>
On Fri, 2012-09-28 at 21:12 -0700, Benjamin De Kosnik wrote:
> ... found while working on arm-eabisim cross, using --enable-cxx-flags
> was not working as AM_CXXFLAGS was being over-ridden by CXXFLAGS.
> (Despite the comments warning about this.)
>
> Fixed.
>
> Also patchlet for the last commit, forgot to edit PARALELL_FLAGS, so
> --disable-thread compiles were failing.
>
> -benjamin
>
> tested x86/linux
> tested x86/linux --enable-cxx-flags="-g0"
Hm, this doesn't help PR 53579, does it?
Cheers,
Oleg