summaryrefslogtreecommitdiffstats
path: root/c/src/exec/aclocal/check-cpu.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-22 09:37:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-22 09:37:05 +0000
commitb7b3e5e9397547b4af92c5727c92f58376a08832 (patch)
tree64f95b369d3edcda61ec26d149344516d621ccee /c/src/exec/aclocal/check-cpu.m4
parent2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b7b3e5e9397547b4af92c5727c92f58376a08832.tar.bz2
Remove everything.
Diffstat (limited to 'c/src/exec/aclocal/check-cpu.m4')
-rw-r--r--c/src/exec/aclocal/check-cpu.m417
1 files changed, 0 insertions, 17 deletions
diff --git a/c/src/exec/aclocal/check-cpu.m4 b/c/src/exec/aclocal/check-cpu.m4
deleted file mode 100644
index ad16ae4e66..0000000000
--- a/c/src/exec/aclocal/check-cpu.m4
+++ /dev/null
@@ -1,17 +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])
-if test -d "$srcdir/$RTEMS_TOPdir/exec/score/cpu/$RTEMS_CPU"; then
- AC_MSG_RESULT(yes)
-else
- AC_MSG_ERROR(no)
-fi
-])dnl
-