forked from Imagelibrary/rtems
2011-03-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* acinclude.m4: Regenerate (Reflect the i386ex and tx_386ex BSP have been removed.).
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2011-03-01 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* acinclude.m4: Regenerate (Reflect the i386ex and tx_386ex BSP have
|
||||||
|
been removed.).
|
||||||
|
|
||||||
2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||||
|
|
||||||
* shared/irq/irq_asm.S: Fix typo.
|
* shared/irq/irq_asm.S: Fix typo.
|
||||||
|
|||||||
@@ -2,12 +2,8 @@
|
|||||||
AC_DEFUN([RTEMS_CHECK_BSPDIR],
|
AC_DEFUN([RTEMS_CHECK_BSPDIR],
|
||||||
[
|
[
|
||||||
case "$1" in
|
case "$1" in
|
||||||
i386ex )
|
|
||||||
AC_CONFIG_SUBDIRS([i386ex]);;
|
|
||||||
pc386 )
|
pc386 )
|
||||||
AC_CONFIG_SUBDIRS([pc386]);;
|
AC_CONFIG_SUBDIRS([pc386]);;
|
||||||
ts_386ex )
|
|
||||||
AC_CONFIG_SUBDIRS([ts_386ex]);;
|
|
||||||
*)
|
*)
|
||||||
AC_MSG_ERROR([Invalid BSP]);;
|
AC_MSG_ERROR([Invalid BSP]);;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user