This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libstdc++ breaks bootstrap (at least on x86_64-darwin11, maybe more)
- From: Tobias Burnus <burnus at net-b dot de>
- To: FX <fxcoudert at gmail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 08 Nov 2011 09:32:17 +0100
- Subject: Re: libstdc++ breaks bootstrap (at least on x86_64-darwin11, maybe more)
- References: <FE4F47B5-0663-4B8F-9868-1F453EE3F9B8@gmail.com>
On 11/08/2011 09:10 AM, FX wrote:
> I've filed PR 51026
(http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51026). In the meantime,
how do I build "the old way", with just a C compiler? I tried to
configure with "--enable-languages=c,fortran --disable-build-with-cxx",
but the configure script still says:
>
>> The following languages will be built: c,c++,fortran
You could try: --disable-build-poststage1-with-cxx
Tobias