summaryrefslogtreecommitdiffstats
path: root/m4/rtems-isml.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/rtems-isml.m4')
-rw-r--r--m4/rtems-isml.m411
1 files changed, 11 insertions, 0 deletions
diff --git a/m4/rtems-isml.m4 b/m4/rtems-isml.m4
new file mode 100644
index 0000000..1a4f62e
--- /dev/null
+++ b/m4/rtems-isml.m4
@@ -0,0 +1,11 @@
+# Find out if this is a multilibbed RTEMS installation
+#
+# Result is exit status, i.e., this macro can e.g., be used
+# in a 'if MACRO ; then list; fi' statement.
+#
+# TILLAC_RTEMS_CPUKIT_MULTILIB
+AC_DEFUN([TILLAC_RTEMS_CPUKIT_MULTILIB],
+ [AC_REQUIRE([AC_CANONICAL_HOST])
+ AC_REQUIRE([TILLAC_RTEMS_OPTIONS])
+ test -d ${with_rtems_top}/${host_cpu}-${host_os}/include]dnl
+)