summaryrefslogtreecommitdiffstats
path: root/aclocal/check-bsp-cache.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-21 05:37:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-21 05:37:41 +0000
commit8ad16bac296cf446a9473041c9c6fd4a25fed038 (patch)
tree7ccb4b8454d2117fd0ff989213cbbcd58234c0fd /aclocal/check-bsp-cache.m4
parent2003-08-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-8ad16bac296cf446a9473041c9c6fd4a25fed038.tar.bz2
2003-08-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/bsp-arg-enable.m4, aclocal/bsp-configure.m4, aclocal/bspopts.m4, aclocal/canonicalize-tools.m4, aclocal/check-bsp-cache.m4, aclocal/check-cxx.m4, aclocal/check-itron.m4, aclocal/check-multiprocessing.m4, aclocal/check-networking.m4, aclocal/check-newlib.m4, aclocal/check-posix.m4, aclocal/check-rdbg.m4, aclocal/check-tool.m4, aclocal/env-rtemsbsp.m4, aclocal/gcc-isystem.m4, aclocal/gcc-pipe.m4, aclocal/gcc-specs.m4, aclocal/i386-gas-code16.m4, aclocal/path-perl.m4, aclocal/ppc.m4, aclocal/prog-cc.m4, aclocal/prog-ccas.m4, aclocal/prog-cxx.m4, aclocal/prog-gnat.m4, aclocal/rtems-debug.m4, aclocal/rtems-flags.m4, aclocal/rtems-test-no-pause.m4, aclocal/target.m4: Remove (Unused). * automake/leaf.am, automake/force-preinstall.am: Remove (Unused). * Makefile.am: Reflect changes above.
Diffstat (limited to 'aclocal/check-bsp-cache.m4')
-rw-r--r--aclocal/check-bsp-cache.m434
1 files changed, 0 insertions, 34 deletions
diff --git a/aclocal/check-bsp-cache.m4 b/aclocal/check-bsp-cache.m4
deleted file mode 100644
index d1ba485ae8..0000000000
--- a/aclocal/check-bsp-cache.m4
+++ /dev/null
@@ -1,34 +0,0 @@
-dnl $Id$
-
-dnl RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
-AC_DEFUN([RTEMS_CHECK_BSP_CACHE],
-[
-AC_REQUIRE([RTEMS_CHECK_CPU])dnl sets RTEMS_CPU, target
-AC_REQUIRE([RTEMS_ENV_RTEMSBSP])dnl set RTEMS_BSP
-AC_REQUIRE([RTEMS_TOP])dnl sets RTEMS_TOPdir
-
-AC_CACHE_CHECK([for RTEMS_CPU_MODEL], [rtems_cv_RTEMS_CPU_MODEL],
-[. $RTEMS_TOPdir/c/[$]$1/make/[$]$1.cache])
-RTEMS_CPU_MODEL=$rtems_cv_RTEMS_CPU_MODEL
-AC_SUBST(RTEMS_CPU_MODEL)
-
-AC_CACHE_CHECK([for RTEMS_BSP_FAMILY],[rtems_cv_RTEMS_BSP_FAMILY],
-[. $RTEMS_TOPdir/c/[$]$1/make/[$]$1.cache])
-RTEMS_BSP_FAMILY=$rtems_cv_RTEMS_BSP_FAMILY
-AC_SUBST(RTEMS_BSP_FAMILY)
-
-AC_CACHE_CHECK([for RTEMS_BSP_CFLAGS],[rtems_cv_RTEMS_BSP_CFLAGS],
-[. $RTEMS_TOPdir/c/[$]$1/make/[$]$1.cache])
-RTEMS_BSP_CFLAGS=$rtems_cv_RTEMS_BSP_CFLAGS
-AC_SUBST(RTEMS_BSP_CFLAGS)
-
-AC_CACHE_CHECK([for RTEMS_BSP_CFLAGS_OPTIMIZE_V],[rtems_cv_RTEMS_BSP_CFLAGS_OPTIMIZE_V],
-[. $RTEMS_TOPdir/c/[$]$1/make/[$]$1.cache])
-RTEMS_BSP_CFLAGS_OPTIMIZE_V=$rtems_cv_RTEMS_BSP_CFLAGS_OPTIMIZE_V
-AC_SUBST(RTEMS_BSP_CFLAGS_OPTIMIZE_V)
-
-AC_CACHE_CHECK([for RTEMS_BSP_CFLAGS_DEBUG_V],[rtems_cv_RTEMS_BSP_CFLAGS_DEBUG_V],
-[. $RTEMS_TOPdir/c/[$]$1/make/[$]$1.cache])
-RTEMS_BSP_CFLAGS_DEBUG_V=$rtems_cv_RTEMS_BSP_CFLAGS_DEBUG_V
-AC_SUBST(RTEMS_BSP_CFLAGS_DEBUG_V)
-])