aboutsummaryrefslogtreecommitdiff
path: root/sim/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-28 22:11:30 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-30 03:01:46 -0400
commitd8b04da736be0c8781e1067ee26e06fdd3b4c63c (patch)
tree06fd080cb4263278e950e57f41d3227dbb40d0e2 /sim/configure.ac
parentfaa09946fe715da86c3f551c011b887c31b5d62c (diff)
downloadfsf-binutils-gdb-d8b04da736be0c8781e1067ee26e06fdd3b4c63c.zip
fsf-binutils-gdb-d8b04da736be0c8781e1067ee26e06fdd3b4c63c.tar.gz
fsf-binutils-gdb-d8b04da736be0c8781e1067ee26e06fdd3b4c63c.tar.bz2
sim: bfin: merge with common configure script
Now that the model logic has been migrated into the runtime, there's nothing specific in the bfin configure code, so merge it into the 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 0b31d2c..c2a724b 100644
--- a/sim/configure.ac
+++ b/sim/configure.ac
@@ -114,7 +114,7 @@ if test "${enable_sim}" != no; then
SIM_TARGET([aarch64*-*-*], [aarch64])
SIM_TARGET([arm*-*-*], [arm])
SIM_TARGET([avr*-*-*], [avr])
- SIM_TARGET([bfin-*-*], [bfin], [true])
+ SIM_TARGET([bfin-*-*], [bfin])
SIM_TARGET([bpf-*-*], [bpf], [true])
SIM_TARGET([cr16*-*-*], [cr16])
SIM_TARGET([cris-*-* | crisv32-*-*], [cris], [true])