forked from Imagelibrary/rtems
2002-11-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2002-11-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: Use test "$RTEMS_BSP_FAMILY" != "bare" to setup
|
||||||
|
HAS_LIBBSP conditional (Solaris/bash incompatibility fix).
|
||||||
|
|
||||||
2002-11-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-11-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Use "'"-quotes to pass args to bsp.mak.
|
* Makefile.am: Use "'"-quotes to pass args to bsp.mak.
|
||||||
|
|||||||
@@ -140,7 +140,7 @@ AM_CONDITIONAL([LIBCHIP],[test "$RTEMS_BSP_FAMILY" != "posix"])
|
|||||||
|
|
||||||
# The bare bsp doesn't have libbsp.a
|
# The bare bsp doesn't have libbsp.a
|
||||||
# FIXME: We should use a feature based check, here
|
# FIXME: We should use a feature based check, here
|
||||||
AM_CONDITIONAL([HAS_LIBBSP],[! test "$RTEMS_BSP_FAMILY" = "bare"])
|
AM_CONDITIONAL([HAS_LIBBSP],[test "$RTEMS_BSP_FAMILY" != "bare"])
|
||||||
AM_CONDITIONAL([MULTILIB],[test x"${enable_multilib}" = x"yes"])
|
AM_CONDITIONAL([MULTILIB],[test x"${enable_multilib}" = x"yes"])
|
||||||
|
|
||||||
RTEMS_PROJECT_ROOT
|
RTEMS_PROJECT_ROOT
|
||||||
|
|||||||
Reference in New Issue
Block a user