summaryrefslogtreecommitdiffstats
path: root/aclocal/bsp-alias.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-13 22:51:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-13 22:51:54 +0000
commita44f9ca520d893301031cfc8bef7d932645f5fca (patch)
treec6caff918923b6f05241fe6d1893a248daa2f964 /aclocal/bsp-alias.m4
parent2000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl> (diff)
downloadrtems-a44f9ca520d893301031cfc8bef7d932645f5fca.tar.bz2
2000-11-13 Jiri Gaisler <jgais@ws.estec.esa.nl>
* README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Modified to reflect addition of LEON BSPs as well as the no-FP ERC32 variant.
Diffstat (limited to '')
-rw-r--r--aclocal/bsp-alias.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/aclocal/bsp-alias.m4 b/aclocal/bsp-alias.m4
index cbf86363c2..f0530c11cd 100644
--- a/aclocal/bsp-alias.m4
+++ b/aclocal/bsp-alias.m4
@@ -21,6 +21,9 @@ AC_DEFUN(_RTEMS_BSP_ALIAS,
pc686) $2=pc386 ;; # i386 - PC with PentiumPro
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
*) $2=$1;;
esac]
)