2011-05-24 Joel Sherrill <joel.sherrill@oarcorp.com>

PR 1810/misc
	* ChangeLog: Fix previous damage.
This commit is contained in:
Joel Sherrill
2011-06-28 20:43:53 +00:00
parent 2f96c1ebef
commit b6afcb6083
2 changed files with 6 additions and 1 deletions

View File

@@ -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>
* Makefile.am: Remove make/host.cfg.in.

View File

@@ -8,7 +8,7 @@ AC_ARG_ENABLE(smp,
[AS_HELP_STRING([--enable-smp],[enable smp interface])],
[case "${enableval}" in
yes) case "${RTEMS_CPU}" in
sparc|i386) RTEMS_HAS_SMP=no ;;
sparc|i386) RTEMS_HAS_SMP=yes ;;
*) RTEMS_HAS_SMP=no ;;
esac
;;