summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog6
-rw-r--r--cpukit/aclocal/check-bsps.m413
-rw-r--r--cpukit/aclocal/env-rtemsbsp.m41
-rw-r--r--cpukit/aclocal/env-rtemscpu.m41
4 files changed, 6 insertions, 15 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index a5a5182008..56871e20e8 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,11 @@
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * aclocal/env-rtemsbsp.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
+ * aclocal/env-rtemscpu.m4: Remove RTEMS_CHECK_CUSTOM_BSP.
+ * aclocal/check-bsps.m4: Remove.
+
+2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* wrapup/Makefile.am: Remove *_OBJS, use LIBS+= instead.
* configure.ac: Require autoconf >= 2.54, automake-1.7.2.
diff --git a/cpukit/aclocal/check-bsps.m4 b/cpukit/aclocal/check-bsps.m4
deleted file mode 100644
index 7c450e783f..0000000000
--- a/cpukit/aclocal/check-bsps.m4
+++ /dev/null
@@ -1,13 +0,0 @@
-dnl $Id$
-
-AC_DEFUN(RTEMS_CHECK_CUSTOM_BSP,
-[dnl
-AC_REQUIRE([RTEMS_TOP])
-
-AC_MSG_CHECKING([for make/custom/[$]$1.cfg])
-if test -r "$srcdir/$RTEMS_TOPdir/make/custom/[$]$1.cfg"; then
- AC_MSG_RESULT([yes])
-else
- AC_MSG_ERROR([no])
-fi
-])dnl
diff --git a/cpukit/aclocal/env-rtemsbsp.m4 b/cpukit/aclocal/env-rtemsbsp.m4
index 990a4c7936..f453586cdc 100644
--- a/cpukit/aclocal/env-rtemsbsp.m4
+++ b/cpukit/aclocal/env-rtemsbsp.m4
@@ -6,7 +6,6 @@ AC_DEFUN(RTEMS_ENV_RTEMSBSP,
[dnl
AC_BEFORE([$0], [RTEMS_ENABLE_RTEMSBSP])dnl
AC_BEFORE([$0], [RTEMS_PROJECT_ROOT])dnl
-AC_BEFORE([$0], [RTEMS_CHECK_CUSTOM_BSP])dnl
AC_ARG_VAR([CPU_CFLAGS],[])
AC_ARG_VAR([CFLAGS_OPTIMIZE_V],[])
diff --git a/cpukit/aclocal/env-rtemscpu.m4 b/cpukit/aclocal/env-rtemscpu.m4
index cce38011a5..b33fdbdd3c 100644
--- a/cpukit/aclocal/env-rtemscpu.m4
+++ b/cpukit/aclocal/env-rtemscpu.m4
@@ -29,6 +29,5 @@ if test x"$multilib" = x"yes"; then
libdir="${libdir}\$(MULTISUBDIR)"
else
RTEMS_ENV_RTEMSBSP
- RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
fi
])