forked from Imagelibrary/rtems
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:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user