summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/env-rtemscpu.m4
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/aclocal/env-rtemscpu.m4')
-rw-r--r--cpukit/aclocal/env-rtemscpu.m48
1 files changed, 8 insertions, 0 deletions
diff --git a/cpukit/aclocal/env-rtemscpu.m4 b/cpukit/aclocal/env-rtemscpu.m4
new file mode 100644
index 0000000000..65dea4ef49
--- /dev/null
+++ b/cpukit/aclocal/env-rtemscpu.m4
@@ -0,0 +1,8 @@
+dnl $Id$
+
+AC_DEFUN([RTEMS_ENV_RTEMSCPU],
+[
+ AC_REQUIRE([RTEMS_ENABLE_MULTILIB])
+
+ AM_CONDITIONAL([MULTILIB],[test x"$multilib" = x"yes"])
+])