aboutsummaryrefslogtreecommitdiff
path: root/sim/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-11-07 23:05:46 +0700
committerMike Frysinger <vapier@gentoo.org>2022-11-07 23:25:48 +0700
commit4cf83930c1ecf18c7157a5be6bed0a116b39e9b8 (patch)
treeec7051dd933646a80c99abfd278d54368f10d00e /sim/configure.ac
parent763b20abcbfa3e35fc69ac3c8a56183039ee8c69 (diff)
downloadfsf-binutils-gdb-4cf83930c1ecf18c7157a5be6bed0a116b39e9b8.zip
fsf-binutils-gdb-4cf83930c1ecf18c7157a5be6bed0a116b39e9b8.tar.gz
fsf-binutils-gdb-4cf83930c1ecf18c7157a5be6bed0a116b39e9b8.tar.bz2
sim: mn10300: drop subdir configure logic
We've been using this only to set the default word size to 32. We can easily move this into the makefile via a -D compiler flag and clean up the build logic quite a bit.
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 48bf75e..cec89bb 100644
--- a/sim/configure.ac
+++ b/sim/configure.ac
@@ -144,7 +144,7 @@ if test "${enable_sim}" != no; then
SIM_TARGET([mcore-*-*], [mcore])
SIM_TARGET([microblaze*-*-*], [microblaze])
SIM_TARGET([mips*-*-*], [mips], [true], [sim_igen=yes])
- SIM_TARGET([mn10300*-*-*], [mn10300], [true], [sim_igen=yes])
+ SIM_TARGET([mn10300*-*-*], [mn10300], [], [sim_igen=yes])
SIM_TARGET([moxie-*-*], [moxie])
SIM_TARGET([msp430*-*-*], [msp430])
SIM_TARGET([or1k*-*-*], [or1k])