Regenerate configure in sim
[deliverable/binutils-gdb.git] / sim / cris / Makefile.in
index 6f7811f8ffce1f845884740afd34f9808be1871e..0b444011f1127f4bcb2f165ff6d52c41c9656e27 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, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2004-2015 Free Software Foundation, Inc.
 # Contributed by Axis Communications.
 #
 # This program is free software; you can redistribute it and/or modify
 CRISV10F_OBJS = crisv10f.o cpuv10.o decodev10.o modelv10.o mloopv10f.o
 CRISV32F_OBJS = crisv32f.o cpuv32.o decodev32.o modelv32.o mloopv32f.o
 
-CONFIG_DEVICES =
-
 SIM_OBJS = \
        $(SIM_NEW_COMMON_OBJS) \
        sim-cpu.o \
-       sim-hload.o \
        sim-hrw.o \
        sim-model.o \
        sim-reg.o \
@@ -37,7 +34,6 @@ SIM_OBJS = \
        $(CRISV10F_OBJS) \
        $(CRISV32F_OBJS) \
        traps.o devices.o \
-       $(CONFIG_DEVICES) \
        cris-desc.o
 
 # Extra headers included by sim-main.h.
@@ -46,7 +42,6 @@ SIM_EXTRA_DEPS = \
        $(CGEN_INCLUDE_DEPS) $(srccom)/cgen-ops.h \
        arch.h cpuall.h cris-sim.h cris-desc.h
 
-SIM_RUN_OBJS = nrun.o
 SIM_EXTRA_CLEAN = cris-clean
 
 # This selects the cris newlib/libgloss syscall definitions.
This page took 0.024106 seconds and 4 git commands to generate.