From f1cb4fc84304698b5d99ea0bad3aa492b4fced07 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 25 Sep 2008 19:51:23 +0000 Subject: 2008-09-25 Joel Sherrill * 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. --- aclocal/check-bsps.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aclocal/check-bsps.m4') 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" -- cgit v1.2.3