diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-11-28 00:31:57 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-11-28 13:24:00 -0500 |
commit | 1e42d01772d6b3faf74e622e318eada133e3c695 (patch) | |
tree | 547c95a8249a0253a5bb9e3f93ee89fcccb653f7 /sim/mips | |
parent | 6cbb891faa7c5c9f8c4d7bc2d816b0c7863ff4ea (diff) | |
download | gdb-1e42d01772d6b3faf74e622e318eada133e3c695.zip gdb-1e42d01772d6b3faf74e622e318eada133e3c695.tar.gz gdb-1e42d01772d6b3faf74e622e318eada133e3c695.tar.bz2 |
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.
Diffstat (limited to 'sim/mips')
-rw-r--r-- | sim/mips/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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/:.*//'` ; \ |