aboutsummaryrefslogtreecommitdiff
path: root/sim/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-06-26 10:49:32 -0400
committerMike Frysinger <vapier@gentoo.org>2021-06-27 01:21:47 -0400
commit5d0b3088f75d2620eb87d5615a2637918d135491 (patch)
treec23d8ca87ee9d50e4f43b863370385f3c3b686ff /sim/configure.ac
parentd57b6533281b33d74d8820f44bc2f76d36ead4b2 (diff)
downloadgdb-5d0b3088f75d2620eb87d5615a2637918d135491.zip
gdb-5d0b3088f75d2620eb87d5615a2637918d135491.tar.gz
gdb-5d0b3088f75d2620eb87d5615a2637918d135491.tar.bz2
sim: erc32: merge with common configure script
Move the unique library tests to the common code so we can delete the erc32 configure logic entirely.
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 3632b55..15b2b65 100644
--- a/sim/configure.ac
+++ b/sim/configure.ac
@@ -139,7 +139,7 @@ if test "${enable_sim}" != no; then
SIM_TARGET([rl78-*-*], [rl78])
SIM_TARGET([rx-*-*], [rx])
SIM_TARGET([sh*-*-*], [sh])
- SIM_TARGET([sparc-*-rtems*|sparc-*-elf*], [erc32], [true])
+ SIM_TARGET([sparc-*-rtems*|sparc-*-elf*], [erc32])
SIM_TARGET([powerpc*-*-*], [ppc], [true])
SIM_TARGET([v850*-*-*], [v850], [true], [sim_igen=yes])
done