summaryrefslogtreecommitdiff
path: root/i386/Makefile.in
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2006-10-03 14:57:50 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:26:41 +0200
commitf53df62268d63a84c5763ce37a4cac267add57a8 (patch)
tree101f94768343c7c73a0295c09e0fd2d96a563ccc /i386/Makefile.in
parent974a9c45937557cf35a67bf347bbae658e1aa8e7 (diff)
2006-10-03 Thomas Schwinge <tschwinge@gnu.org>
[task #5941 --- ``Linker script for GNU Mach''] * Makefile.in (kernel.o): Remove `$(systype)-objfiles-prepend' hackery. * i386/Makefile.in (sysdep.a): Likewise. * i386/Makerules.in: Likewise. (LDFLAGS-kernel): Point to the linker script. * i386/i386at/boothdr.S (_start): Don't put into `.text', but into `.text.start' instead. * i386/ldscript: Change to put `.text' at 0x100000 and put `.text.start' first into `.text'.
Diffstat (limited to 'i386/Makefile.in')
-rw-r--r--i386/Makefile.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/i386/Makefile.in b/i386/Makefile.in
index 6fcd5c3..dc5c661 100644
--- a/i386/Makefile.in
+++ b/i386/Makefile.in
@@ -134,11 +134,9 @@ boothdr.o: i386asm.h
all: sysdep.a
$(MAKE) -C linux $@
-# `$($(systype)-objfiles-prepend)' are special, but are nevertheless
-# created for the target `sysdep.a'.
sysdep.a: $(objfiles) linux/linux.o
rm -f $@
- $(AR) cr $@ $(filter-out $($(systype)-objfiles-prepend),$^)
+ $(AR) cr $@ $^
$(RANLIB) $@
check: