Frank Schafer wrote:
Hi, maybe someone knows this. What is the difference between CFLAGS and BOOT_CFLAGS, and what is the difference between LDFLAGS and BOOT_LDFLAGS if I'm running ``make .... bootstrap'' ?
the BOOT_Foo variants are used when building the the bootstrap compiler with the system's current compiler. The other ones are used when building gcc with itself.
What is the meaning of the -nostdinc compiler switch?
Don't look in the standard places for the standard headerfiles. Generally you need this if you want explicit control over search paths.
nathan -- Nathan Sidwell :: http://www.codesourcery.com :: CodeSourcery LLC nathan@xxxxxxxxxxxxxxxx :: http://www.planetfall.pwp.blueyonder.co.uk