2013-11-25 Steve Ellcey <sellcey@mips.com>

* igen/Makefile.in (igen): Use BUILD_CFLAGS in link.
This commit is contained in:
Steve Ellcey 2013-11-25 13:31:43 -08:00
parent 23e9d3b9ce
commit b02677b904
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-11-25 Steve Ellcey <sellcey@mips.com>
* igen/Makefile.in (igen): Use BUILD_CFLAGS in link.
2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
* configure: Rebuild.

View File

@ -117,7 +117,7 @@ IGEN_OBJS=\
gen.o
igen: igen.o $(IGEN_OBJS)
$(CC_FOR_BUILD) $(BUILD_LDFLAGS) -o igen igen.o $(IGEN_OBJS) $(LIBIBERTY_LIB)
$(CC_FOR_BUILD) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) -o igen igen.o $(IGEN_OBJS) $(LIBIBERTY_LIB)
igen.o: igen.c misc.h filter_host.h lf.h table.h ld-decode.h ld-cache.h ld-insn.h filter.h gen-model.h gen-itable.h gen-icache.h gen-idecode.h gen-engine.h gen-semantics.h gen-support.h gen.h igen.h
$(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/igen.c