X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Figen%2FMakefile.in;h=d9b4cc310228ba0cd3db3145e48d5fba2f621c2e;hb=a6ebf6169a1bd14724b9ac49990089542396f576;hp=3ff1fde52bcd451c150646032680d4018107f253;hpb=c5a570810022466eaa5e077cd1b8aa00d74706f1;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/igen/Makefile.in b/sim/igen/Makefile.in index 3ff1fde52b..d9b4cc3102 100644 --- a/sim/igen/Makefile.in +++ b/sim/igen/Makefile.in @@ -1,6 +1,6 @@ # The IGEN simulator generator for GDB, the GNU Debugger. # -# Copyright 2002, 2007-2012 Free Software Foundation, Inc. +# Copyright 2002-2016 Free Software Foundation, Inc. # # Contributed by Andrew Cagney. # @@ -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