aboutsummaryrefslogtreecommitdiff
path: root/sim/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-12-24 21:28:03 -0500
committerMike Frysinger <vapier@gentoo.org>2022-12-24 22:13:13 -0500
commitabc494c65d640626891408d551a0fe1842e728e3 (patch)
treea4edab1fc38f7e7fed76c090a18d3e4696039737 /sim/configure.ac
parentfec5386aef5869fbc982e5e287ffd9e4f030d8d2 (diff)
downloadfsf-binutils-gdb-abc494c65d640626891408d551a0fe1842e728e3.zip
fsf-binutils-gdb-abc494c65d640626891408d551a0fe1842e728e3.tar.gz
fsf-binutils-gdb-abc494c65d640626891408d551a0fe1842e728e3.tar.bz2
sim: mips: move igen settings to top-level configure
This is the last bit of logic that exists in the mips configure script, so move it to the top-level configure to kill it off. We still have to move the Makefile.in igen logic to local.mk, but this is a required first step for that.
Diffstat (limited to 'sim/configure.ac')
-rw-r--r--sim/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/configure.ac b/sim/configure.ac
index a631d2b..e17dd97 100644
--- a/sim/configure.ac
+++ b/sim/configure.ac
@@ -143,7 +143,7 @@ if test "${enable_sim}" != no; then
SIM_TARGET([m68hc11-*-*|m6811-*-*], [m68hc11])
SIM_TARGET([mcore-*-*], [mcore])
SIM_TARGET([microblaze*-*-*], [microblaze])
- SIM_TARGET([mips*-*-*], [mips], [true], [sim_igen=yes])
+ SIM_TARGET([mips*-*-*], [mips], [], [sim_igen=yes])
SIM_TARGET([mn10300*-*-*], [mn10300], [], [sim_igen=yes])
SIM_TARGET([moxie-*-*], [moxie])
SIM_TARGET([msp430*-*-*], [msp430])