forked from Imagelibrary/rtems
2011-05-24 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1810/misc * ChangeLog: Fix previous damage.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2011-05-24 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
PR 1810/misc
|
||||||
|
* ChangeLog: Fix previous damage.
|
||||||
|
|
||||||
2011-06-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2011-06-17 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am: Remove make/host.cfg.in.
|
* Makefile.am: Remove make/host.cfg.in.
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ AC_ARG_ENABLE(smp,
|
|||||||
[AS_HELP_STRING([--enable-smp],[enable smp interface])],
|
[AS_HELP_STRING([--enable-smp],[enable smp interface])],
|
||||||
[case "${enableval}" in
|
[case "${enableval}" in
|
||||||
yes) case "${RTEMS_CPU}" in
|
yes) case "${RTEMS_CPU}" in
|
||||||
sparc|i386) RTEMS_HAS_SMP=no ;;
|
sparc|i386) RTEMS_HAS_SMP=yes ;;
|
||||||
*) RTEMS_HAS_SMP=no ;;
|
*) RTEMS_HAS_SMP=no ;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user