* aclocal/bsp-alias.m4, aclocal/check-bsps.m4:
This commit is contained in:
Joel Sherrill
2007-11-06 22:56:22 +00:00
parent 42fff325eb
commit db58e51836
3 changed files with 6 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ AC_DEFUN([_RTEMS_BSP_ALIAS],
icecube) $2=gen5200 ;; # MPC5200 based board - LITE5200B
mpc8349eamds) $2=gen83xx ;; # MPC8349 based board
hsc_cm01) $2=gen83xx ;; # MPC8349 based board
rtl22xx_t) $2=rtl22xx ;; # rtl22xx bsp in thumb mode
simcpu32) $2=sim68000 ;; # BSVC CPU32 variant
simsh7032) $2=shsim ;; # SH7032 simulator
simsh7045) $2=shsim ;; # SH7045 simulator

View File

@@ -30,6 +30,7 @@ AC_MSG_CHECKING([for available BSPs])
motorola_powerpc) bsps="mvme2307 mcp750 mtx603e mvme2100";;
pc386) bsps="pc386 pc386dx pc486 pc586 pc686 pck6";;
erc32) bsps="erc32 sis";;
rtl22xx) bsps="rtl22xx rtl22xx_t)";;
sim68000) bsps="sim68000 simcpu32";;
shsim) bsps="simsh7032 simsh7045";;
*) bsps="$bsp_family";;