MIPS: Convert cross-mode BAL to JALX
[deliverable/binutils-gdb.git] / sim / igen / Makefile.in
index 770d9220a424ae7f1f58460ac23625606bb22e6c..d9b4cc310228ba0cd3db3145e48d5fba2f621c2e 100644 (file)
@@ -1,6 +1,6 @@
 # The IGEN simulator generator for GDB, the GNU Debugger.
 #
-# Copyright 2002, 2007, 2008, 2009 Free Software Foundation, Inc.
+# Copyright 2002-2016 Free Software Foundation, Inc.
 #
 # Contributed by Andrew Cagney.
 #
@@ -35,6 +35,7 @@ bindir = @bindir@
 libdir = @libdir@
 tooldir = $(libdir)/$(target_alias)
 
+datarootdir = @datarootdir@
 datadir = @datadir@
 mandir = @mandir@
 man1dir = $(mandir)/man1
@@ -116,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
This page took 0.02371 seconds and 4 git commands to generate.