mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
Remove AM_CONDITIONAL HAS_LIBBSP.
This commit is contained in:
@@ -208,10 +208,6 @@ AM_CONDITIONAL(HAS_POSIX,test "$HAS_POSIX_API" = "yes")
|
||||
# FIXME: We should use a feature based check, here
|
||||
AM_CONDITIONAL([LIBCHIP],[test "$RTEMS_BSP_FAMILY" != "posix"])
|
||||
|
||||
# The bare bsp doesn't have libbsp.a
|
||||
# FIXME: We should use a feature based check, here
|
||||
AM_CONDITIONAL([HAS_LIBBSP],[test "$RTEMS_BSP_FAMILY" != "bare"])
|
||||
|
||||
AM_CONDITIONAL([MULTILIB],[test x"${enable_multilib}" = x"yes"])
|
||||
|
||||
AM_CONDITIONAL(RTEMS_ADA,[test x"$enable_ada" = x"yes" \
|
||||
|
||||
@@ -12,9 +12,7 @@ CLEANFILES = o-optimize/librtemsbsp.a
|
||||
|
||||
SRCS = ../support/libsupport.a
|
||||
|
||||
if HAS_LIBBSP
|
||||
SRCS += ../lib/libbsp/@RTEMS_CPU@/@RTEMS_BSP_FAMILY@/libbsp.a
|
||||
endif
|
||||
|
||||
# FIXME: ATM, there is no libcpu.a, anymore.
|
||||
# SRCS += $(wildcard $(PROJECT_LIB)/libcpu.a)
|
||||
|
||||
Reference in New Issue
Block a user