| Index: third_party/yasm/patched-yasm/tools/genperf/Makefile.inc
|
| ===================================================================
|
| --- third_party/yasm/patched-yasm/tools/genperf/Makefile.inc (revision 71129)
|
| +++ third_party/yasm/patched-yasm/tools/genperf/Makefile.inc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -# $Id: Makefile.inc 1939 2007-09-10 07:15:50Z peter $
|
| +# $Id: Makefile.inc 2234 2009-10-31 21:52:42Z peter $
|
|
|
| # These utility programs have to be built for BUILD host in cross-build.
|
| # This makes things rather non-standard automake
|
| @@ -23,17 +23,22 @@
|
| genperf_LINK = $(CCLD_FOR_BUILD) -o $@
|
|
|
| genperf.$(OBJEXT): tools/genperf/genperf.c
|
| - $(CC_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) -c -o $@ `test -f tools/genperf/genperf.c || echo '$(srcdir)/'`tools/genperf/genperf.c
|
| + $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
| + -c -o $@ `test -f tools/genperf/genperf.c || echo '$(srcdir)/'`tools/genperf/genperf.c
|
|
|
| gp-perfect.$(OBJEXT): tools/genperf/perfect.c
|
| - $(CC_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) -c -o $@ `test -f tools/genperf/perfect.c || echo '$(srcdir)/'`tools/genperf/perfect.c
|
| + $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
| + -c -o $@ `test -f tools/genperf/perfect.c || echo '$(srcdir)/'`tools/genperf/perfect.c
|
|
|
| gp-phash.$(OBJEXT): libyasm/phash.c
|
| - $(CC_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) -c -o $@ `test -f libyasm/phash.c || echo '$(srcdir)/'`libyasm/phash.c
|
| + $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
| + -c -o $@ `test -f libyasm/phash.c || echo '$(srcdir)/'`libyasm/phash.c
|
|
|
| gp-xmalloc.$(OBJEXT): libyasm/xmalloc.c
|
| - $(CC_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) -c -o $@ `test -f libyasm/xmalloc.c || echo '$(srcdir)/'`libyasm/xmalloc.c
|
| + $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
| + -c -o $@ `test -f libyasm/xmalloc.c || echo '$(srcdir)/'`libyasm/xmalloc.c
|
|
|
| gp-xstrdup.$(OBJEXT): libyasm/xstrdup.c
|
| - $(CC_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) -c -o $@ `test -f libyasm/xstrdup.c || echo '$(srcdir)/'`libyasm/xstrdup.c
|
| + $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
| + -c -o $@ `test -f libyasm/xstrdup.c || echo '$(srcdir)/'`libyasm/xstrdup.c
|
|
|
|
|