source: rtems/c/src/aclocal/check-smp.m4 @ 0c0181d

4.115
Last change on this file since 0c0181d was d5f3485, checked in by Joel Sherrill <joel.sherrill@…>, on 03/16/11 at 20:07:11

2011-03-16 Jennifer Averett <jennifer.averett@…>

PR 1729/cpukit

  • aclocal/check-smp.m4, aclocal/enable-smp.m4: New files.
  • Property mode set to 100644
File size: 348 bytes
Line 
1dnl $Id$
2dnl
3AC_DEFUN([RTEMS_CHECK_SMP],
4[dnl
5AC_REQUIRE([RTEMS_ENABLE_SMP])dnl
6
7AC_CACHE_CHECK([whether CPU supports SMP],
8  rtems_cv_HAS_POSIX_API,
9  [dnl
10    case "$RTEMS_CPU" in
11    *)
12      if test "${RTEMS_HAS_SMP}" = "yes"; then
13        rtems_cv_HAS_SMP="yes";
14      else
15        rtems_cv_HAS_SMP="disabled";
16      fi
17      ;;
18    esac])
19])
Note: See TracBrowser for help on using the repository browser.