sim: or1k: clean up stale build entries
authorMike Frysinger <vapier@gentoo.org>
Tue, 12 Jan 2021 09:06:18 +0000 (04:06 -0500)
committerMike Frysinger <vapier@gentoo.org>
Tue, 12 Jan 2021 09:13:13 +0000 (04:13 -0500)
This logic was migrated to the common code long ago so ports don't
need to declare them themselves.

sim/or1k/ChangeLog
sim/or1k/Makefile.in

index d305cb32264ef6fc4358ab684795e913aa1ef303..e25c563b612288f087c1223414d24e627152569a 100644 (file)
@@ -1,3 +1,10 @@
+2021-01-12  Mike Frysinger  <vapier@gentoo.org>
+
+       * Makefile.in (SIM_OBJS): Delete redundant sim-cpu.o, sim-hload.o,
+       sim-hrw.o, sim-reg.o, sim-reason.o, sim-engine.o, sim-model.o,
+       sim-stop.o, and $(TRAPS_OBJ) entries.
+       (SIM_RUN_OBJS): Delete.
+
 2021-01-12  Mike Frysinger  <vapier@gentoo.org>
 
        * configure.ac (SIM_AC_OPTION_INLINE): Delete call.
index e0b56053dc802b99440d96728e6c0a7f97bfe6fb..24625603cb0701550de587ab9850f3c53980371f 100644 (file)
@@ -31,21 +31,12 @@ OR1K_OBJS = \
 
 SIM_OBJS = \
        $(SIM_NEW_COMMON_OBJS) \
-       sim-cpu.o \
-       sim-hload.o \
-       sim-hrw.o \
-       sim-reg.o \
        cgen-utils.o \
        cgen-trace.o \
        cgen-scache.o \
        cgen-run.o \
        cgen-fpu.o \
-       cgen-accfp.o \
-       sim-reason.o \
-       sim-engine.o \
-       sim-model.o \
-       sim-stop.o \
-       $(TRAPS_OBJ)
+       cgen-accfp.o
 
 SIM_OBJS += $(OR1K_OBJS)
 
@@ -62,7 +53,6 @@ SIM_EXTRA_CFLAGS =
 
 SIM_EXTRA_LIBS = -lm
 
-SIM_RUN_OBJS = nrun.o
 SIM_EXTRA_CLEAN = or1k-clean
 
 ## COMMON_POST_CONFIG_FRAG