This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Putting C++ code into gcc front end


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]