summaryrefslogtreecommitdiffstats
path: root/aclocal/check-cpu.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal/check-cpu.m4')
-rw-r--r--aclocal/check-cpu.m418
1 files changed, 0 insertions, 18 deletions
diff --git a/aclocal/check-cpu.m4 b/aclocal/check-cpu.m4
deleted file mode 100644
index f3bc2141ae..0000000000
--- a/aclocal/check-cpu.m4
+++ /dev/null
@@ -1,18 +0,0 @@
-dnl $Id$
-
-dnl check if RTEMS support a cpu
-AC_DEFUN(RTEMS_CHECK_CPU,
-[dnl
-AC_REQUIRE([RTEMS_TOP])
-AC_REQUIRE([RTEMS_CANONICAL_TARGET_CPU])
-
-# Is this a supported CPU?
-AC_MSG_CHECKING([if cpu $RTEMS_CPU is supported])
-# FIXME: Temporary hack
-if test -d "$srcdir/$RTEMS_TOPdir/cpukit/score/cpu/$RTEMS_CPU"; then
- AC_MSG_RESULT(yes)
-else
- AC_MSG_ERROR(no)
-fi
-])dnl
-