2006-01-08 Joel Sherrill <joel@OARcorp.com>

* acinclude.m4: Add gen5200 to list of BSPs.
This commit is contained in:
Joel Sherrill
2006-01-08 18:04:19 +00:00
parent f1175a04ef
commit d8ecd56c8f
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2006-01-08 Joel Sherrill <joel@OARcorp.com>
* acinclude.m4: Add gen5200 to list of BSPs.
2006-01-05 Till Straumann <strauman@slac.stanford.edu> 2006-01-05 Till Straumann <strauman@slac.stanford.edu>
* shared/vectors/vectors.S: mask high bits when calculating * shared/vectors/vectors.S: mask high bits when calculating
the exception vector number to yield correct result even if the exception vector number to yield correct result even if

View File

@@ -6,6 +6,8 @@ AC_DEFUN([RTEMS_CHECK_BSPDIR],
AC_CONFIG_SUBDIRS([ep1a]);; AC_CONFIG_SUBDIRS([ep1a]);;
gen405 ) gen405 )
AC_CONFIG_SUBDIRS([gen405]);; AC_CONFIG_SUBDIRS([gen405]);;
gen5200 )
AC_CONFIG_SUBDIRS([gen5200]);;
helas403 ) helas403 )
AC_CONFIG_SUBDIRS([helas403]);; AC_CONFIG_SUBDIRS([helas403]);;
mbx8xx ) mbx8xx )