source: rtems-schedsim/aclocal/env-rtemscpu.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: 143 bytes
RevLine 
[97d5402]1dnl $Id$
2
3AC_DEFUN([RTEMS_ENV_RTEMSCPU],
4[
5  AC_REQUIRE([RTEMS_ENABLE_MULTILIB])
6
7  AM_CONDITIONAL([MULTILIB],[test x"$multilib" = x"yes"])
8])
Note: See TracBrowser for help on using the repository browser.