Re: Building GCC

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux