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]

Re: *_FOR_TARGET Makefile macros


On Aug  5, 1999, Eric Lemings <eric.b.lemings@lmco.com> wrote:

> What is the difference between * macros (e.g., CFLAGS) and *_FOR_TARGET
> macros (e.g., CFLAGS_FOR_TARGET) in the top-level Makefile?

AFAIK, _FOR_TARGET will be used when running a compiler that generates
code for the target platform, the others are used when running a
native compiler.

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
oliva@{dcc.unicamp.br,guarana.{org,com}} aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
** I may forward mail about projects to mailing lists; please use them


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