aboutsummaryrefslogtreecommitdiff
path: root/sim/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-07-01 00:50:17 -0400
committerMike Frysinger <vapier@gentoo.org>2021-07-01 20:48:07 -0400
commit313c332ff2d5cb2a681149254ca73ba041aa8630 (patch)
treec260f6120ed3dfe32a85657a50f1fe249c3b9b6b /sim/configure.ac
parent54af62279c15ebc54ae2c72a3479193c2c2a19eb (diff)
downloadgdb-313c332ff2d5cb2a681149254ca73ba041aa8630.zip
gdb-313c332ff2d5cb2a681149254ca73ba041aa8630.tar.gz
gdb-313c332ff2d5cb2a681149254ca73ba041aa8630.tar.bz2
sim: m32r: merge with common configure script
Now that the traps code has been unified, the configure script has no unique logic in it, so it can be merged into the single common one.
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 9d0c9f5..febedfc 100644
--- a/sim/configure.ac
+++ b/sim/configure.ac
@@ -125,7 +125,7 @@ if test "${enable_sim}" != no; then
SIM_TARGET([iq2000-*-*], [iq2000])
SIM_TARGET([lm32-*-*], [lm32])
SIM_TARGET([m32c-*-*], [m32c])
- SIM_TARGET([m32r-*-*], [m32r], [true])
+ SIM_TARGET([m32r-*-*], [m32r])
SIM_TARGET([m68hc11-*-*|m6811-*-*], [m68hc11])
SIM_TARGET([mcore-*-*], [mcore])
SIM_TARGET([microblaze-*-*], [microblaze])