gas/
[deliverable/binutils-gdb.git] / sim / cris / Makefile.in
index 6e07aa0539f8e89752bc4baff146f67804cfa5c4..367ccbad919d2eb3592c2c4280740a6b35d66cbb 100644 (file)
@@ -1,7 +1,7 @@
 # Makefile template for Configure for the CRIS simulator, based on a mix
 # of the ones for m32r and i960.
 #
-# Copyright (C) 2004, 2005, 2007 Free Software Foundation, Inc.
+# Copyright (C) 2004-2013 Free Software Foundation, Inc.
 # Contributed by Axis Communications.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -27,7 +27,6 @@ CONFIG_DEVICES =
 SIM_OBJS = \
        $(SIM_NEW_COMMON_OBJS) \
        sim-cpu.o \
-       sim-hload.o \
        sim-hrw.o \
        sim-model.o \
        sim-reg.o \
@@ -95,7 +94,7 @@ crisv10f.o: crisv10f.c cris-tmpl.c $(CRISV10F_INCLUDE_DEPS)
 # than the apparent; some "mono" feature is work in progress)?
 mloopv10f.c engv10.h: stamp-v10fmloop
 stamp-v10fmloop: $(srcdir)/../common/genmloop.sh mloop.in Makefile
-       $(SHELL) $(srccom)/genmloop.sh \
+       $(SHELL) $(srccom)/genmloop.sh -shell $(SHELL) \
                -mono -no-fast -pbb -switch semcrisv10f-switch.c \
                -cpu crisv10f -infile $(srcdir)/mloop.in
        $(SHELL) $(srcroot)/move-if-change eng.hin engv10.h
@@ -121,7 +120,7 @@ mloopv32f.c engv32.h: stamp-v32fmloop
 # We depend on stamp-v10fmloop to get serialization to avoid
 # racing with it for the same temporary file-names when "make -j".
 stamp-v32fmloop: stamp-v10fmloop $(srcdir)/../common/genmloop.sh mloop.in Makefile
-       $(SHELL) $(srccom)/genmloop.sh \
+       $(SHELL) $(srccom)/genmloop.sh -shell $(SHELL) \
                -mono -no-fast -pbb -switch semcrisv32f-switch.c \
                -cpu crisv32f -infile $(srcdir)/mloop.in
        $(SHELL) $(srcroot)/move-if-change eng.hin engv32.h
This page took 0.024367 seconds and 4 git commands to generate.