summaryrefslogtreecommitdiffstats
path: root/aclocal/bsp-alias.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-22 14:03:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-22 14:03:44 +0000
commit227ae749dc5888a8210e8fd9ee6673e357bc988d (patch)
tree461951bd2824ee5141e5b8769a4ea170ad411383 /aclocal/bsp-alias.m4
parent2001-01-22 Michael Hamel <mhamel@adi.co.nz> (diff)
downloadrtems-227ae749dc5888a8210e8fd9ee6673e357bc988d.tar.bz2
2001-01-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Add simsh7032 and simsh7045.
Diffstat (limited to 'aclocal/bsp-alias.m4')
-rw-r--r--aclocal/bsp-alias.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/aclocal/bsp-alias.m4 b/aclocal/bsp-alias.m4
index f0530c11cd..4793bc78ad 100644
--- a/aclocal/bsp-alias.m4
+++ b/aclocal/bsp-alias.m4
@@ -24,6 +24,8 @@ AC_DEFUN(_RTEMS_BSP_ALIAS,
erc32nfp) $2=erc32 ;; # erc32 without fpu
leon1) $2=leon ;; # leon without fpu
leon2) $2=leon ;; # leon with fpu
+ simsh7032) $2=shsim ;; # SH7032 simulator
+ simsh7045) $2=shsim ;; # SH7045 simulator
*) $2=$1;;
esac]
)