summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-13 14:10:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-13 14:10:26 +0000
commit09195d2c471cc5bcf117381ec9b0d025e245abfe (patch)
tree0d859463c87d36ed16c48bfc640bf07c2ec375cd /c
parent2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-09195d2c471cc5bcf117381ec9b0d025e245abfe.tar.bz2
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mpc6xx/Makefile.am: Remove libcpuspec.a (Unused).
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog4
-rw-r--r--c/src/lib/libcpu/powerpc/mpc6xx/Makefile.am9
2 files changed, 4 insertions, 9 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 82f5ed5e02..1770519a79 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,5 +1,9 @@
2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * mpc6xx/Makefile.am: Remove libcpuspec.a (Unused).
+
+2004-01-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* mpc505/Makefile.am: Fix typo vectors/vectors.S.
* shared/Makefile.am: Fix typo
EXTRA_DIST = $(libcpuspec_C_FILES)
diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/Makefile.am b/c/src/lib/libcpu/powerpc/mpc6xx/Makefile.am
index 8400aa2ca9..c51c4ce45e 100644
--- a/c/src/lib/libcpu/powerpc/mpc6xx/Makefile.am
+++ b/c/src/lib/libcpu/powerpc/mpc6xx/Makefile.am
@@ -88,15 +88,6 @@ timer/$(ARCH)/timer.rel: $(timer_rel_OBJECTS)
CLEANDIRS += timer/o-optimize timer/o-debug
noinst_DATA += timer/$(ARCH)/timer.rel
-## wrapup
-OBJS = $(exception_OBJECTS)
-OBJS += $(mmu_OBJECTS)
-
-$(ARCH)/libcpuspec.a: ${OBJS}
- $(make-library)
-
-noinst_DATA += $(ARCH)/libcpuspec.a
-
## ----
all-local: $(PREINSTALL_FILES)