From bdf9072032bfb30a7d571165af0c8fffc3008a8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Thu, 14 Feb 2013 23:27:00 +0100 Subject: Introduce AM_CONDITIONAL ATOMIC, cpuopt RTEMS_ATOMIC. --- testsuites/sptests/configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'testsuites') diff --git a/testsuites/sptests/configure.ac b/testsuites/sptests/configure.ac index a43a1ad2c7..2e489490f1 100644 --- a/testsuites/sptests/configure.ac +++ b/testsuites/sptests/configure.ac @@ -20,11 +20,15 @@ RTEMS_PROG_CC_FOR_TARGET RTEMS_CANONICALIZE_TOOLS +RTEMS_CHECK_CPUOPTS([RTEMS_ATOMIC]) + RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) # FIXME: We should get rid of this. It's a cludge. AC_CHECK_SIZEOF([time_t]) +AM_CONDITIONAL([ATOMIC],[test x"$rtems_cv_RTEMS_ATOMIC" = xyes]) + # Explicitly list all Makefiles here AC_CONFIG_FILES([Makefile spfatal26/Makefile -- cgit v1.2.3