sim: make nrun the default run program
[deliverable/binutils-gdb.git] / sim / frv / Makefile.in
index a0a17e851f8b7d6f2896908a96310be3ea529dc6..2c1503b166d7962332f0c77375cc36b6c410e64c 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile template for Configure for the frv simulator
-# Copyright (C) 1998-2013 Free Software Foundation, Inc.
+# Copyright (C) 1998-2015 Free Software Foundation, Inc.
 # Contributed by Red Hat.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -32,8 +32,7 @@ SIM_OBJS = \
        $(FRV_OBJS) \
        traps.o interrupts.o memory.o cache.o pipeline.o \
        profile.o profile-fr400.o profile-fr450.o profile-fr500.o profile-fr550.o options.o \
-       devices.o reset.o registers.o \
-       $(frv_extra_objs)
+       devices.o reset.o registers.o
 
 # Extra headers included by sim-main.h.
 SIM_EXTRA_DEPS = \
@@ -44,7 +43,6 @@ SIM_EXTRA_DEPS = \
 
 SIM_EXTRA_CFLAGS = @sim_trapdump@
 
-SIM_RUN_OBJS = nrun.o
 SIM_EXTRA_CLEAN = frv-clean
 
 # This selects the frv newlib/libgloss syscall definitions.
This page took 0.023141 seconds and 4 git commands to generate.