sim: v850: delete old gencode logic
authorMike Frysinger <vapier@gentoo.org>
Sun, 31 Oct 2021 05:49:17 +0000 (01:49 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sun, 31 Oct 2021 05:49:17 +0000 (01:49 -0400)
The v850 port used to have a gencode helper, but it was deleted long
ago.  Clean up the settings that no longer make sense w/out it.

sim/v850/Makefile.in

index 2c0c5df7c24bb482226b2c3c45aa535570b241ce..072c750278855cceefebf022bc2c1698d4d5ffba 100644 (file)
@@ -25,13 +25,11 @@ SIM_OBJS = \
 
 # List of extra dependencies.
 # Generally this consists of simulator specific files included by sim-main.h.
-SIM_EXTRA_DEPS = v850_sim.h sim-main.h simops.h itable.h
+SIM_EXTRA_DEPS = v850_sim.h sim-main.h
 
 # List of flags to always pass to $(CC)
 SIM_EXTRA_CFLAGS = \
-       -DDEBUG \
-       -I$(srcdir)/../../newlib/libc/sys/sysnecv850
-SIM_EXTRA_CLEAN = clean-extra
+       -DDEBUG
 
 NL_TARGET = -DNL_TARGET_v850
 
@@ -103,6 +101,3 @@ tmp-igen: $(IGEN_INSN) $(IGEN_DC) $(IGEN)
        $(SILENCE) $(SHELL) $(srcroot)/move-if-change tmp-engine.c engine.c
        $(SILENCE) $(SHELL) $(srcroot)/move-if-change tmp-irun.c irun.c
        $(SILENCE) touch $@
-
-clean-extra: clean-igen
-       rm -f table.c simops.h gencode