From c63a5cfe572cb016ef681d8b4404e007e1e122ab Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 14 Jun 2000 17:12:23 +0000 Subject: Patch rtems-rc-20000614-1-cvs.diff from Ralf Corsepius that addresses a couple of minor configuration issues which popped up when experimenting with multilibs. Note: The multigen generated make/custom/bare-*.cfg will still be non-functional, even after having applied this patch. --- aclocal/check-multiprocessing.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'aclocal/check-multiprocessing.m4') diff --git a/aclocal/check-multiprocessing.m4 b/aclocal/check-multiprocessing.m4 index 2af6c5905a..7ee1b6d7d6 100644 --- a/aclocal/check-multiprocessing.m4 +++ b/aclocal/check-multiprocessing.m4 @@ -8,12 +8,12 @@ AC_REQUIRE([RTEMS_ENV_RTEMSBSP])dnl AC_REQUIRE([RTEMS_TOP])dnl AC_REQUIRE([RTEMS_CHECK_CPU])dnl AC_REQUIRE([RTEMS_ENABLE_MULTIPROCESSING])dnl +AC_REQUIRE([RTEMS_BSP_ALIAS])dnl AC_CACHE_CHECK([whether BSP supports multiprocessing], rtems_cv_HAS_MP, [dnl - RTEMS_BSP_ALIAS(${$1},bspdir) - if test -d "$srcdir/${RTEMS_TOPdir}/c/src/lib/libbsp/${RTEMS_CPU}/${bspdir}/shmsupp"; then + if test -d "$srcdir/${RTEMS_TOPdir}/c/src/lib/libbsp/${RTEMS_CPU}/${RTEMS_BSP_FAMILY}/shmsupp"; then if test "$RTEMS_HAS_MULTIPROCESSING" = "yes"; then rtems_cv_HAS_MP="yes" ; else -- cgit v1.2.3