summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-12 06:21:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-12 06:21:23 +0000
commitfefd5937d7d44c7560e463208f6ce431a30e00f1 (patch)
tree90cefb6d523248efb219ec5b939b79f47b6cc42c /cpukit/configure.ac
parent2005-02-12 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-fefd5937d7d44c7560e463208f6ce431a30e00f1.tar.bz2
2005-02-12 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove LIBSCORECPU. * wrapup/Makefile.am: Reflect changes above.
Diffstat (limited to '')
-rw-r--r--cpukit/configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 7f7231fffe..6ea9b372b6 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -262,10 +262,6 @@ AM_CONDITIONAL(HAS_POSIX,test x"$rtems_cv_HAS_POSIX_API" = x"yes")
AM_CONDITIONAL(HAS_ITRON,test x"$rtems_cv_HAS_ITRON_API" = x"yes")
AM_CONDITIONAL(HAS_NETWORKING,test x"$HAS_NETWORKING" = x"yes")
-# FIXME: All ports should have a libscorecpu.a - But the powerpc doesn't!
-AM_CONDITIONAL([LIBSCORECPU],
-[test -f "${srcdir}/score/cpu/${RTEMS_CPU}/cpu.c"])
-
AM_CONDITIONAL(RTEMS_ADA,[test x"$enable_ada" = x"yes" \
&& test x"$HAS_POSIX_API" = x"yes"])