summaryrefslogtreecommitdiffstats
path: root/aclocal/check-bsps.m4
diff options
context:
space:
mode:
Diffstat (limited to 'aclocal/check-bsps.m4')
-rw-r--r--aclocal/check-bsps.m412
1 files changed, 0 insertions, 12 deletions
diff --git a/aclocal/check-bsps.m4 b/aclocal/check-bsps.m4
index 72477ea902..ad760e7439 100644
--- a/aclocal/check-bsps.m4
+++ b/aclocal/check-bsps.m4
@@ -31,15 +31,3 @@ AC_MSG_CHECKING([for bsps])
done
AC_MSG_RESULT([[$]$1 .. done])
])dnl
-
-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