summaryrefslogtreecommitdiff
path: root/aclocal
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-05-17 19:31:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-05-17 19:31:33 +0000
commit23f57aff8abf5ce0b87829a7a94bb1e82ea938ff (patch)
treecb00276b02090333bd244dc40131c9dda5eaf922 /aclocal
parentf7494add383ab65724f5f784e006370dc5e08a26 (diff)
2011-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac, aclocal/enable-smp.m4: Merge and update code. Simulators for Deterministic Priority and SMP Simple Schedulers now work. * .cvsignore: New file.
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/enable-smp.m46
1 files changed, 1 insertions, 5 deletions
diff --git a/aclocal/enable-smp.m4 b/aclocal/enable-smp.m4
index 97cfef1..3a9aa52 100644
--- a/aclocal/enable-smp.m4
+++ b/aclocal/enable-smp.m4
@@ -7,11 +7,7 @@ AC_DEFUN([RTEMS_ENABLE_SMP],
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 ;;
- *) RTEMS_HAS_SMP=no ;;
- esac
- ;;
+ yes) RTEMS_HAS_SMP=yes ;;
no) RTEMS_HAS_SMP=no ;;
*) AC_MSG_ERROR(bad value ${enableval} for enable-smp option) ;;
esac],[RTEMS_HAS_SMP=no])