]> granicus.if.org Git - yasm/commit
Fix #187: Add new variable CFLAGS_FOR_BUILD for CC_FOR_BUILD compiles.
authorPeter Johnson <peter@tortall.net>
Sat, 31 Oct 2009 21:52:42 +0000 (21:52 -0000)
committerPeter Johnson <peter@tortall.net>
Sat, 31 Oct 2009 21:52:42 +0000 (21:52 -0000)
commit4e15ef1cc9e83edf0709b78e9e70f09901adab32
tree005470f7cebc681ca02096418ca3fa0fe00ed435
parente15ad1b94b458419b75b1430e1a4a0e8cd596b18
Fix #187: Add new variable CFLAGS_FOR_BUILD for CC_FOR_BUILD compiles.

Due to the need to support cross-building, CC_FOR_BUILD is used instead of
CC for tools that will be run as part of the build process.  However, it
is sometimes necessary to add custom CFLAGS for these builds; CFLAGS_FOR_BUILD
supports this cleanly.

svn path=/trunk/yasm/; revision=2234
tools/genmacro/Makefile.inc
tools/genperf/Makefile.inc
tools/re2c/Makefile.inc