summaryrefslogtreecommitdiffstats
path: root/scripts/mkgdbspec.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-08-10 17:12:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-08-10 17:12:12 +0000
commitb471c035e8f706defaebdd3b4389687ba8668ac6 (patch)
tree2f81d8b6f5b03176cb245c88e32e473a3cff1272 /scripts/mkgdbspec.in
parent2001-08-09 Fernando-Ruiz Casas <correo@fernando-ruiz.com> (diff)
downloadrtems-b471c035e8f706defaebdd3b4389687ba8668ac6.tar.bz2
2001-08-10 Joel Sherrill <joel@OARcorp.com>
* mkgdbspec.in: Make list of simulators very complete. * setup.def: Update versions.
Diffstat (limited to 'scripts/mkgdbspec.in')
-rw-r--r--scripts/mkgdbspec.in18
1 files changed, 4 insertions, 14 deletions
diff --git a/scripts/mkgdbspec.in b/scripts/mkgdbspec.in
index c563bab293..fc4329bc13 100644
--- a/scripts/mkgdbspec.in
+++ b/scripts/mkgdbspec.in
@@ -51,13 +51,8 @@ target_alias=$1
specfile=${dst}/$target_alias-gdb-${gdb_version}.spec
case ${target_alias} in
- h8300*)
- extra_configure_arguments="--enable-sim"
- ;;
- i960*)
- extra_configure_arguments="--enable-sim"
- ;;
- mips*)
+ arm* | d10v* | d30v* | erc32* | fr30* | h8300* | h8500* | i960* | m32r* | \
+ mcore* | mips* | mn10200* | mn10300* | sh* | sparc*| v850* | w65* | z8k*)
extra_configure_arguments="--enable-sim"
;;
powerpc*)
@@ -66,9 +61,6 @@ case ${target_alias} in
# some gcc/hosts combinations to run out of memory.
# --enable-sim-inline
;;
- sparc*)
- extra_configure_arguments="--enable-sim"
- ;;
*)
;;
esac
@@ -84,10 +76,8 @@ sed -e "s%@Release@%${gdb_rpm_release}%g" \
> ${specfile}
case ${target_alias} in
- mipstx39*)
- echo "/opt/rtems/bin/${target_alias}-run${exe_ext}"
- ;;
- powerpc*)
+ arm* | d10v* | d30v* | erc32* | fr30* | h8300* | h8500* | i960* | m32r* | \
+ mcore* | mips* | mn10200* | mn10300* | powerpc* | sh* | v850* | w65* | z8k*)
echo "/opt/rtems/bin/${target_alias}-run${exe_ext}"
;;
sparc*)