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, 0 insertions, 11 deletions
diff --git a/m4/rtems-isml.m4 b/m4/rtems-isml.m4
deleted file mode 100644
index 1a4f62e..0000000
--- a/m4/rtems-isml.m4
+++ /dev/null
@@ -1,11 +0,0 @@
-# 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
-)