From 082972afe787c8c98e3a5aad1cb342fdf696341a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 15 Mar 2002 13:58:29 +0000 Subject: 2002-03-15 Ralf Corsepius * configure.ac: Special treatment of the bare BSP. Add RTEMS_BSP_ALIAS. Add HAS_LIBBSP. * Makefile.am: Append libbsp.a to SRC conditionally. --- c/src/wrapup/configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'c/src/wrapup/configure.ac') diff --git a/c/src/wrapup/configure.ac b/c/src/wrapup/configure.ac index 453bb81e8a..633eabfc2d 100644 --- a/c/src/wrapup/configure.ac +++ b/c/src/wrapup/configure.ac @@ -21,6 +21,11 @@ RTEMS_ENABLE_MULTILIB RTEMS_ENV_RTEMSBSP RTEMS_CHECK_CPU RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) +RTEMS_BSP_ALIAS(${RTEMS_BSP},bspalias) + +# The bare bsp doesn't have libbsp.a +# FIXME: We should use a feature based check, here +AM_CONDITIONAL(HAS_LIBBSP,[! test "$bspalias" = "bare"]) RTEMS_CHECK_NETWORKING(RTEMS_BSP) if test "$HAS_NETWORKING" = "yes"; then -- cgit v1.2.3