summaryrefslogtreecommitdiffstats
path: root/c/src/exec/aclocal/check-bsp-cache.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-01 12:14:08 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-01 12:14:08 +0000
commita9d97a87448782f461706e80d5d5d202bae0833d (patch)
treec7bad08a969cbeb0ccb7a470a92c801e05ea0401 /c/src/exec/aclocal/check-bsp-cache.m4
parent2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-a9d97a87448782f461706e80d5d5d202bae0833d.tar.bz2
2002-07-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/check-bsp-cache.m4: Remove RTEMS_BSP_FAMILY.
Diffstat (limited to '')
-rw-r--r--c/src/exec/aclocal/check-bsp-cache.m44
1 files changed, 0 insertions, 4 deletions
diff --git a/c/src/exec/aclocal/check-bsp-cache.m4 b/c/src/exec/aclocal/check-bsp-cache.m4
index 289cbdcd43..ed3599dc17 100644
--- a/c/src/exec/aclocal/check-bsp-cache.m4
+++ b/c/src/exec/aclocal/check-bsp-cache.m4
@@ -10,8 +10,4 @@ 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)
])dnl