summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/hppa1.1
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-07-26 13:32:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-07-26 13:32:13 +0000
commita85d8ecbb71c5f1950407b6adfe0fabba3cb523a (patch)
treee5f6fb33d3132b0cb1e26cdb64a29b39397d0ca3 /cpukit/score/cpu/hppa1.1
parent2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-a85d8ecbb71c5f1950407b6adfe0fabba3cb523a.tar.bz2
2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
Diffstat (limited to 'cpukit/score/cpu/hppa1.1')
-rw-r--r--cpukit/score/cpu/hppa1.1/ChangeLog4
-rw-r--r--cpukit/score/cpu/hppa1.1/Makefile.am12
2 files changed, 9 insertions, 7 deletions
diff --git a/cpukit/score/cpu/hppa1.1/ChangeLog b/cpukit/score/cpu/hppa1.1/ChangeLog
index de96e1ebf5..54a785647d 100644
--- a/cpukit/score/cpu/hppa1.1/ChangeLog
+++ b/cpukit/score/cpu/hppa1.1/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
+
2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use .$(OBJEXT) instead of .o.
diff --git a/cpukit/score/cpu/hppa1.1/Makefile.am b/cpukit/score/cpu/hppa1.1/Makefile.am
index 3c044489ac..0fb83b04d0 100644
--- a/cpukit/score/cpu/hppa1.1/Makefile.am
+++ b/cpukit/score/cpu/hppa1.1/Makefile.am
@@ -39,18 +39,16 @@ C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
S_FILES = cpu_asm.S
S_O_FILES = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
-REL = $(ARCH)/rtems-cpu.rel
+LIB = $(ARCH)/libscorecpu.a
-rtems_cpu_rel_OBJECTS = $(C_O_FILES) $(S_O_FILES)
+libscorecpu_a_OBJECTS = $(C_O_FILES) $(S_O_FILES)
-$(REL): $(rtems_cpu_rel_OBJECTS)
- $(make-rel)
+$(LIB): $(libscorecpu_a_OBJECTS)
+ $(make-library)
-all-local: $(ARCH) rtems/score/offsets.h $(PREINSTALL_FILES) $(rtems_cpu_rel_OBJECTS) $(REL) \
+all-local: $(ARCH) rtems/score/offsets.h $(PREINSTALL_FILES) $(LIB) \
$(TMPINSTALL_FILES)
-.PRECIOUS: $(REL)
-
EXTRA_DIST = cpu.c cpu_asm.S
# FIXME: We should get rid of genoffsets