summaryrefslogtreecommitdiffstats
path: root/aclocal/bsp-alias.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-21 18:36:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-21 18:36:51 +0000
commit8e541868226dadff2cb56ce6bc61c3707726729b (patch)
tree597c652f7f328115e14bfc988fc2a8a81ede5955 /aclocal/bsp-alias.m4
parent2001-11-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-8e541868226dadff2cb56ce6bc61c3707726729b.tar.bz2
2001-11-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/bsp-alias.m4: Remove score603e_g1. * aclocal/check-bsps.m4: Remove score603e_g1. * aclocal/prog-cc.m4: Apply m4_if.
Diffstat (limited to 'aclocal/bsp-alias.m4')
-rw-r--r--aclocal/bsp-alias.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/aclocal/bsp-alias.m4 b/aclocal/bsp-alias.m4
index 45aa4d54a8..3c1c835524 100644
--- a/aclocal/bsp-alias.m4
+++ b/aclocal/bsp-alias.m4
@@ -25,7 +25,6 @@ AC_DEFUN(_RTEMS_BSP_ALIAS,
erc32nfp) $2=erc32 ;; # erc32 without fpu
leon1) $2=leon ;; # leon without fpu
leon2) $2=leon ;; # leon with fpu
- score603e_g1) $2=score603e ;; # score603e generation 1
simsh7032) $2=shsim ;; # SH7032 simulator
simsh7045) $2=shsim ;; # SH7045 simulator
*) $2=$1;;