summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-31 15:01:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-31 15:01:53 +0000
commitb9e6c6b9b8b33a6d4b566be44e91cab9ae131e7b (patch)
tree49f12bedecf02e34de7b735b4f3c38b5b86aeec6
parent2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-b9e6c6b9b8b33a6d4b566be44e91cab9ae131e7b.tar.bz2
2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Use libscore.a.
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/wrapup/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index a7fba8cf59..1b4a3e424e 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * wrapup/Makefile.am: Use libscore.a.
+
+2002-07-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* aclocal/canonicalize-tools.m4: Remove LD.
* automake/lib.am: Remove LD.
* Makefile.am: Put preinstall-stamp into CLEANFILES.
diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am
index f1a0d2da76..f9f43c8d55 100644
--- a/cpukit/wrapup/Makefile.am
+++ b/cpukit/wrapup/Makefile.am
@@ -11,7 +11,7 @@ include $(top_srcdir)/automake/lib.am
if LIBSCORECPU
CPU_OBJS = ../score/cpu/$(RTEMS_CPU)/$(ARCH)/libscorecpu.a
endif
-CORE_OBJS = $(wildcard ../score/src/$(ARCH)/*.$(OBJEXT))
+CORE_OBJS = ../score/src/$(ARCH)/libscore.a
SAPI_OBJS = $(wildcard ../sapi/src/$(ARCH)/*.$(OBJEXT))
RTEMS_OBJS = $(wildcard ../rtems/src/$(ARCH)/*.$(OBJEXT))