summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/configure.ac4
-rw-r--r--cpukit/wrapup/Makefile.am2
3 files changed, 5 insertions, 6 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 79de4ad46f..226a7190eb 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-12 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Remove LIBSCORECPU.
+ * wrapup/Makefile.am: Reflect changes above.
+
2005-02-10 Joel Sherrill <joel@OARcorp.com>
PR 753/rtems
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"])
diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am
index 2020e07ca5..1d3440470e 100644
--- a/cpukit/wrapup/Makefile.am
+++ b/cpukit/wrapup/Makefile.am
@@ -13,9 +13,7 @@ CLEANFILES = librtemscpu.a
DISTCLEANFILES =
TMP_LIBS =
-if LIBSCORECPU
TMP_LIBS += ../score/cpu/@RTEMS_CPU@/libscorecpu.a
-endif
TMP_LIBS += ../score/libscore.a
TMP_LIBS += ../sapi/libsapi.a
TMP_LIBS += ../rtems/librtems.a