forked from Imagelibrary/binutils-gdb
2013-11-25 Steve Ellcey <sellcey@mips.com>
* igen/Makefile.in (igen): Use BUILD_CFLAGS in link.
This commit is contained in:
@@ -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>
|
2013-05-10 Freddie Chopin <freddie_chopin@op.pl>
|
||||||
|
|
||||||
* configure: Rebuild.
|
* configure: Rebuild.
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ IGEN_OBJS=\
|
|||||||
gen.o
|
gen.o
|
||||||
|
|
||||||
igen: igen.o $(IGEN_OBJS)
|
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
|
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
|
$(CC_FOR_BUILD) $(BUILD_CFLAGS) -c $(srcdir)/igen.c
|
||||||
|
|||||||
Reference in New Issue
Block a user