Changeset 1ae3202b in rtems


Ignore:
Timestamp:
08/09/02 07:44:32 (22 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
f21ccd2
Parents:
f0d7515
Message:

2002-08-09 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove RTEMS_BSP_ALIAS. Add RTEMS_CHECK_BSP_CACHE. Replace $bspdir with $RTEMS_BSP_FAMILY.
Location:
c/src/lib/libbsp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/ChangeLog

    rf0d7515 r1ae3202b  
     12002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Remove RTEMS_BSP_ALIAS.
     4        Add RTEMS_CHECK_BSP_CACHE.
     5        Replace $bspdir with $RTEMS_BSP_FAMILY.
     6
    172002-08-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    28
  • c/src/lib/libbsp/configure.ac

    rf0d7515 r1ae3202b  
    2323
    2424RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
     25RTEMS_CHECK_BSP_CACHE(RTEMS_BSP)
    2526RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
    26 
    27 RTEMS_BSP_ALIAS(${RTEMS_BSP},bspdir)
    2827
    2928# Is there code where there should be for this BSP?
    3029# The bare bsp is a special case as it is not under the RTEMS_CPU path
    31 if test "$bspdir" = "bare" ; then
     30if test "$RTEMS_BSP_FAMILY" = "bare" ; then
    3231  AC_CONFIG_SUBDIRS([bare])
    3332else
Note: See TracChangeset for help on using the changeset viewer.