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! :)
