Added c3xsim as alias of c4xsim.

This commit is contained in:
Joel Sherrill
2000-07-25 13:31:59 +00:00
parent ca8dfbcc6b
commit dbe50fd464
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ dnl Internal subroutine to RTEMS_BSP_ALIAS
AC_DEFUN(_RTEMS_BSP_ALIAS,
[# account for "aliased" bsps which share source code
case $1 in
c3xsim) $2=c4xsim ;; # TI C3x Simulator in gdb
mcp750) $2=motorola_powerpc ;; # Motorola PPC board variant
mvme2307) $2=motorola_powerpc ;; # Motorola PPC board variant
mvme162lx) $2=mvme162 ;; # m68k - mvme162 board variant

View File

@@ -20,6 +20,7 @@ AC_MSG_CHECKING([for bsps])
ac*);;
config*);;
# Now account for BSPs with build variants
c4sxim) rtems_bsp="$rtems_bsp c4xsim c3xsim";;
gen68360) rtems_bsp="$rtems_bsp gen68360 gen68360_040";;
p4000) rtems_bsp="$rtems_bsp p4600 p4650";;
mvme162) rtems_bsp="$rtems_bsp mvme162 mvme162lx";;