From 1e42d01772d6b3faf74e622e318eada133e3c695 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 28 Nov 2021 00:31:57 -0500 Subject: sim: drop unused gentmap & nltvals.def logic Now that all ports have switched to target-newlib-* files, there's no need for these files & generating things at build time. So punt the logic and make target-newlib-syscall a hard requirement. --- sim/mips/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim/mips') diff --git a/sim/mips/Makefile.in b/sim/mips/Makefile.in index 8a9241d..5c66927 100644 --- a/sim/mips/Makefile.in +++ b/sim/mips/Makefile.in @@ -454,7 +454,7 @@ BUILT_SRC_FROM_MULTI = @sim_multi_src@ SIM_MULTI_IGEN_CONFIGS = @sim_multi_igen_configs@ $(BUILT_SRC_FROM_MULTI): tmp-multi -tmp-multi: tmp-mach-multi tmp-itable-multi tmp-run-multi targ-vals.h +tmp-multi: tmp-mach-multi tmp-itable-multi tmp-run-multi tmp-mach-multi: $(IGEN_INSN) $(IGEN_DC) $(IGEN) $(IGEN_INCLUDE) for t in $(SIM_MULTI_IGEN_CONFIGS); do \ p=`echo $${t} | sed -e 's/:.*//'` ; \ -- cgit v1.1