summaryrefslogtreecommitdiffstats
path: root/aclocal/check-bsps.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/check-bsps.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 'aclocal/check-bsps.m4')
-rw-r--r--aclocal/check-bsps.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/aclocal/check-bsps.m4 b/aclocal/check-bsps.m4
index 36d8164e29..9484c365db 100644
--- a/aclocal/check-bsps.m4
+++ b/aclocal/check-bsps.m4
@@ -28,6 +28,8 @@ AC_MSG_CHECKING([for bsps])
mbx8xx) rtems_bsp="$rtems_bsp mbx821_001 mbx860_002";;
motorola_powerpc) rtems_bsp="$rtems_bsp mvme2307 mcp750";;
pc386) rtems_bsp="$rtems_bsp pc386 pc486 pc586 pc686 pck6";;
+ erc32) rtems_bsp="$rtems_bsp erc32 erc32nfp";;
+ leon) rtems_bsp="$rtems_bsp leon1 leon2";;
sim68000) rtems_bsp="$rtems_bsp sim68000 simcpu32";;
*) $1="[$]$1 $file";;
esac;