summaryrefslogtreecommitdiffstats
path: root/c/src/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-16 14:44:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-16 14:44:58 +0000
commit16ac8ad4f1679b5842060dbb8cde1f7d39b956b1 (patch)
tree1a3c78e96c05d5a666345f3ad0a70ab4d794851b /c/src/configure.ac
parentRemove BARE_CPU_MODEL, BARE_CPU_CFLAGS. (diff)
downloadrtems-16ac8ad4f1679b5842060dbb8cde1f7d39b956b1.tar.bz2
Remove AM_CONDITIONAL HAS_LIBBSP.
Diffstat (limited to 'c/src/configure.ac')
-rw-r--r--c/src/configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/c/src/configure.ac b/c/src/configure.ac
index 999dcfd972..2513d1e643 100644
--- a/c/src/configure.ac
+++ b/c/src/configure.ac
@@ -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" \