2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Remove RTEMS_BSP_ALIAS.
	Add RTEMS_CHECK_BSP_CACHE.
	Replace $bspdir with $RTEMS_BSP_FAMILY.
This commit is contained in:
Ralf Corsepius
2002-08-09 07:44:32 +00:00
parent f0d7515908
commit 1ae3202b41
2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_BSP_ALIAS.
Add RTEMS_CHECK_BSP_CACHE.
Replace $bspdir with $RTEMS_BSP_FAMILY.
2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove include/Makefile, include/rtems/Makefile,

View File

@@ -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