"Paulo J. Matos" <pocma...@gmail.com> writes:

> Which flag (like CFLAGS_FOR_BUILD) can I use that is passed in the
> command line to compile the driver?

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

Reply via email to