summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-09 09:42:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-09 09:42:41 +0000
commit44502ae9c1922d1ac431d25a4f84ae79ccc5ad74 (patch)
treea2943bf4fc4edaa6f14003cadec3c6029e5a38d4 /testsuites/mptests
parentApply cpukit_root, project_root to set up GCCSPECS. (diff)
downloadrtems-44502ae9c1922d1ac431d25a4f84ae79ccc5ad74.tar.bz2
2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Apply RTEMS_CHECK_CPUOPTS.
Diffstat (limited to 'testsuites/mptests')
-rw-r--r--testsuites/mptests/ChangeLog1
-rw-r--r--testsuites/mptests/configure.ac4
2 files changed, 3 insertions, 2 deletions
diff --git a/testsuites/mptests/ChangeLog b/testsuites/mptests/ChangeLog
index a17cb99f69..222be2e9e4 100644
--- a/testsuites/mptests/ChangeLog
+++ b/testsuites/mptests/ChangeLog
@@ -1,5 +1,6 @@
2005-11-09 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
* mptests.am: Set project_bspdir=$(PROJECT_ROOT)
2005-11-07 Ralf Corsepius <ralf.corsepius@rtems.org>
diff --git a/testsuites/mptests/configure.ac b/testsuites/mptests/configure.ac
index 56e9a16da3..a42897e3de 100644
--- a/testsuites/mptests/configure.ac
+++ b/testsuites/mptests/configure.ac
@@ -23,12 +23,12 @@ RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
-RTEMS_CHECK_MULTIPROCESSING
+RTEMS_CHECK_CPUOPTS([RTEMS_MULTIPROCESSING])
AC_SUBST(BARE_CPU_CFLAGS)
AC_SUBST(BARE_CPU_MODEL)
-AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes")
+AM_CONDITIONAL(HAS_MP,test "$rtems_cv_RTEMS_MULTIPROCESSING" = "yes")
MAX_LONG_TEST_DURATION=${MAX_LONG_TEST_DURATION-100}
AC_ARG_VAR([MAX_LONG_TEST_DURATION],