summaryrefslogtreecommitdiffstats
path: root/aclocal/bsp-alias.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-01-09 15:30:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-01-09 15:30:18 +0000
commit1a5a3705fb2187904dda5c4d47f7c748026b0735 (patch)
tree37a3089f697d4b7ff192b2445bf4994cb4329eb3 /aclocal/bsp-alias.m4
parent2006-01-09 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-1a5a3705fb2187904dda5c4d47f7c748026b0735.tar.bz2
2006-01-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/bsp-alias.m4: Remove brs5l. Remove leon2. Alias leon1 to leon2. Add sis. * aclocal/check_bsps.m4: Remove brs5l. Remove leon. Add leon2. Add sis to erc32 family.
Diffstat (limited to '')
-rw-r--r--aclocal/bsp-alias.m45
1 files changed, 2 insertions, 3 deletions
diff --git a/aclocal/bsp-alias.m4 b/aclocal/bsp-alias.m4
index bfa4321e1f..6e11519f09 100644
--- a/aclocal/bsp-alias.m4
+++ b/aclocal/bsp-alias.m4
@@ -19,7 +19,6 @@ AC_DEFUN([_RTEMS_BSP_ALIAS],
p4650) $2=p4000 ;; # mips - p4000 board w/IDT 4650
mbx8*) $2=mbx8xx ;; # MBX821/MBX860 board
pm520*) $2=gen5200 ;; # MPC5200 based board
- brs5l*) $2=gen5200 ;; # MPC5200 based board
pc386dx) $2=pc386 ;; # i386 - PC w/o FPU
pc486) $2=pc386 ;; # i386 - PC with i486DX
pc586) $2=pc386 ;; # i386 - PC with Pentium
@@ -27,10 +26,10 @@ AC_DEFUN([_RTEMS_BSP_ALIAS],
pck6) $2=pc386 ;; # i386 - PC with K6
bare*) $2=bare ;; # EXP: bare-aliases
erc32nfp) $2=erc32 ;; # erc32 without fpu
- leon1) $2=leon ;; # leon without fpu
- leon2) $2=leon ;; # leon with fpu
+ leon1) $2=leon2 ;; # leon without fpu
simsh7032) $2=shsim ;; # SH7032 simulator
simsh7045) $2=shsim ;; # SH7045 simulator
+ sis) $2=erc32 ;; # ERC32 SIS simulator
*) $2=$1;;
esac]
)