Changeset 1ae3202b in rtems
- Timestamp:
- 08/09/02 07:44:32 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- f21ccd2
- Parents:
- f0d7515
- Location:
- c/src/lib/libbsp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/ChangeLog
rf0d7515 r1ae3202b 1 2002-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 1 7 2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/lib/libbsp/configure.ac
rf0d7515 r1ae3202b 23 23 24 24 RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) 25 RTEMS_CHECK_BSP_CACHE(RTEMS_BSP) 25 26 RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP) 26 27 RTEMS_BSP_ALIAS(${RTEMS_BSP},bspdir)28 27 29 28 # Is there code where there should be for this BSP? 30 29 # The bare bsp is a special case as it is not under the RTEMS_CPU path 31 if test "$ bspdir" = "bare" ; then30 if test "$RTEMS_BSP_FAMILY" = "bare" ; then 32 31 AC_CONFIG_SUBDIRS([bare]) 33 32 else
Note: See TracChangeset
for help on using the changeset viewer.