This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Putting C++ code into gcc front end
- From: Zack Weinberg <zack at codesourcery dot com>
- To: Geert Bosch <bosch at gnat dot com>
- Cc: Nathanael Nerode <neroden at twcny dot rr dot com>, gcc at gcc dot gnu dot org
- Date: Tue, 04 Mar 2003 10:31:45 -0800
- Subject: Re: Putting C++ code into gcc front end
- References: <16D3A1CF-4E6E-11D7-B872-00039344BF4A@gnat.com>
Geert Bosch <bosch at gnat dot com> writes:
> On Tuesday, Mar 4, 2003, at 13:14 America/New_York, Zack Weinberg wrote:
>
>> make all-libiberty
>> cd gcc
>> make bootstrap LANGUAGES=c # or "c ada"
>> make LANGUAGES="complete list" CC="./xgcc -B./" CFLAGS="$(BOOT_CFLAGS)"
>> cd ..
>> make all
>
> Unfortunately though, the "make bootstrap LANGUAGES=..." feature
> was removed not too long ago.
That was just for illustration; it can't be done from the command line
but the Makefile is quite capable of it.
zw