summaryrefslogtreecommitdiffstats
path: root/aclocal/check-bsps.m4
diff options
context:
space:
mode:
authorThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2008-07-11 10:07:00 +0000
committerThomas Doerfler <Thomas.Doerfler@embedded-brains.de>2008-07-11 10:07:00 +0000
commit224aebb3b8ceb936e333e4c9b71bfb95737f4c5e (patch)
tree6c88f335e66565339db5fcbd0f330fc1ada4608e /aclocal/check-bsps.m4
parentmade buffer for write calls constant (diff)
downloadrtems-224aebb3b8ceb936e333e4c9b71bfb95737f4c5e.tar.bz2
added BSP to m68k
adapted PPC exception code
Diffstat (limited to 'aclocal/check-bsps.m4')
-rw-r--r--aclocal/check-bsps.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/aclocal/check-bsps.m4 b/aclocal/check-bsps.m4
index fd65607d2b..ccb15ac89a 100644
--- a/aclocal/check-bsps.m4
+++ b/aclocal/check-bsps.m4
@@ -17,7 +17,8 @@ AC_MSG_CHECKING([for available BSPs])
case $bsp_family in
# Now account for BSPs with build variants
c4xsim) bsps="c4xsim c3xsim";;
- gen68360) bsps="gen68360 gen68360_040";;
+ gen68360) bsps="gen68360 gen68360_040 pgh360";;
+ genmcf548x) bsps="m5484FireEngine";;
p4000) bsps="p4600 p4650";;
mvme162) bsps="mvme162 mvme162lx";;
mbx8xx) bsps="mbx821_001 mbx860_001b"