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: LIBGCC2_FLAGS not used by libgcc2 configure?


On 21/06/11 19:01, Ian Lance Taylor wrote:

CFLAGS.


CFLAGS_FOR_BUILD is for code compiled for the build system.  CFLAGS is
for code compiled for the host system.  CFLAGS_FOR_TARGET is for code
compiled for the target system.  The driver and the compiler as a whole
run on the host system.  The build system is used for tools which are
run while building the compiler, such as genrecog.

Ian


Thanks. That makes a lot of sense. It is now working beautifully! :)




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