Changeset 6184265d in rtems


Ignore:
Timestamp:
11/14/02 13:04:05 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
afcd563
Parents:
22b689b
Message:

2002-11-14 Ralf Corsepius <corsepiu@…>

  • configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
Location:
c/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/ChangeLog

    r22b689b r6184265d  
     12002-11-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
     4        HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
     5
    162002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/configure.ac

    r22b689b r6184265d  
    141141# The bare bsp doesn't have libbsp.a
    142142# FIXME: We should use a feature based check, here
    143 AM_CONDITIONAL([HAS_LIBBSP],[! test "$RTEMS_BSP_FAMILY" = "bare"])
     143AM_CONDITIONAL([HAS_LIBBSP],[test "$RTEMS_BSP_FAMILY" != "bare"])
    144144AM_CONDITIONAL([MULTILIB],[test x"${enable_multilib}" = x"yes"])
    145145
Note: See TracChangeset for help on using the changeset viewer.