summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-28 20:43:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-28 20:43:53 +0000
commitb6afcb6083d227eff383d06c7d17c37ecbd4c227 (patch)
tree2658721eaff510d18ec8e98fd929919203783f20 /aclocal
parent2011-06-28 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-b6afcb6083d227eff383d06c7d17c37ecbd4c227.tar.bz2
2011-05-24 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1810/misc * ChangeLog: Fix previous damage.
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/enable-smp.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/enable-smp.m4 b/aclocal/enable-smp.m4
index 97cfef18c9..84561f8bbd 100644
--- a/aclocal/enable-smp.m4
+++ b/aclocal/enable-smp.m4
@@ -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
;;