source: rtems-schedsim/aclocal/check-smp.m4 @ 97d5402

Last change on this file since 97d5402 was 97d5402, checked in by Joel Sherrill <joel.sherrill@…>, on 07/06/11 at 18:10:43

2011-07-06 Joel Sherrill <joel.sherrill@…>

  • aclocal/check-multiprocessing.m4, aclocal/check-networking.m4, aclocal/check-posix.m4, aclocal/check-smp.m4, aclocal/env-rtemscpu.m4: New files.
  • Property mode set to 100644
File size: 347 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 libposix],
8  rtems_cv_HAS_SMP,
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.