mirror of
https://github.com/t-crest/rtems.git
synced 2025-11-16 12:34:47 +00:00
Added c3xsim as alias of c4xsim.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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";;
|
||||
|
||||
Reference in New Issue
Block a user