summaryrefslogtreecommitdiffstats
path: root/c/acinclude.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-10-18 09:28:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-10-18 09:28:00 +0000
commit2c8d5f2a955fa6e3ac5ea9436fa9fe57baf6e079 (patch)
tree2193048a829262df250ada5b0c3be8878c5ad9ec /c/acinclude.m4
parent2004-10-18 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-2c8d5f2a955fa6e3ac5ea9436fa9fe57baf6e079.tar.bz2
2004-10-18 Ralf Corsepius <ralf_corsepius@rtems.org>
* acinclude.m4: Remove RTEMS_CHECK_CPU. * configure.ac: Remove RTEMS_CHECK_CPU, RTEMS_ENABLE_BARE.
Diffstat (limited to '')
-rw-r--r--c/acinclude.m416
1 files changed, 0 insertions, 16 deletions
diff --git a/c/acinclude.m4 b/c/acinclude.m4
index eb42258742..38e059d9e6 100644
--- a/c/acinclude.m4
+++ b/c/acinclude.m4
@@ -1,21 +1,5 @@
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}/c/src/lib/libbsp/$RTEMS_CPU"; then
- AC_MSG_RESULT(yes)
-else
- AC_MSG_ERROR(no)
-fi
-])dnl
-
dnl
dnl Misc utility macros for subdir handling to work around missing abilities
dnl in autoconf, automake and structural issues with RTEMS