summaryrefslogtreecommitdiffstats
path: root/aclocal/check-bsps.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-25 19:51:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-25 19:51:23 +0000
commitf1cb4fc84304698b5d99ea0bad3aa492b4fced07 (patch)
tree4b03ff2f2ee913121ec707fc5207808d9265c2a6 /aclocal/check-bsps.m4
parent2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-f1cb4fc84304698b5d99ea0bad3aa492b4fced07.tar.bz2
2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Recognize the the GDB SuperH simulator is just an architectural simulator and does not include devices. Rename existing simulator BSP configurations to simsh1 and simsh2 and add simsh4.
Diffstat (limited to 'aclocal/check-bsps.m4')
-rw-r--r--aclocal/check-bsps.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/check-bsps.m4 b/aclocal/check-bsps.m4
index 845d97ea2e..00bc314cb1 100644
--- a/aclocal/check-bsps.m4
+++ b/aclocal/check-bsps.m4
@@ -36,7 +36,7 @@ AC_MSG_CHECKING([for available BSPs])
rtl22xx) bsps="rtl22xx rtl22xx_t)";;
lpc24xx) bsps="lpc2478";;
sim68000) bsps="sim68000 simcpu32";;
- shsim) bsps="simsh7032 simsh7045";;
+ shsim) bsps="simsh1 simsh2 simsh4";;
*) bsps="$bsp_family";;
esac;
$1="[$]$1 $bsps"