diff --git a/c/src/lib/libbsp/ChangeLog b/c/src/lib/libbsp/ChangeLog index 33566a877d..0a7d335286 100644 --- a/c/src/lib/libbsp/ChangeLog +++ b/c/src/lib/libbsp/ChangeLog @@ -1,3 +1,9 @@ +2002-08-09 Ralf Corsepius + + * configure.ac: Remove RTEMS_BSP_ALIAS. + Add RTEMS_CHECK_BSP_CACHE. + Replace $bspdir with $RTEMS_BSP_FAMILY. + 2002-08-09 Ralf Corsepius * configure.ac: Remove include/Makefile, include/rtems/Makefile, diff --git a/c/src/lib/libbsp/configure.ac b/c/src/lib/libbsp/configure.ac index 6075f5ddf7..3e11d58200 100644 --- a/c/src/lib/libbsp/configure.ac +++ b/c/src/lib/libbsp/configure.ac @@ -22,13 +22,12 @@ RTEMS_CHECK_CPU RTEMS_CANONICAL_HOST RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) +RTEMS_CHECK_BSP_CACHE(RTEMS_BSP) RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP) -RTEMS_BSP_ALIAS(${RTEMS_BSP},bspdir) - # Is there code where there should be for this BSP? # The bare bsp is a special case as it is not under the RTEMS_CPU path -if test "$bspdir" = "bare" ; then +if test "$RTEMS_BSP_FAMILY" = "bare" ; then AC_CONFIG_SUBDIRS([bare]) else RTEMS_CPU_SUBDIRS