public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fix make O= for ppc64/boot
@ 2004-09-18 15:15 Olaf Hering
  0 siblings, 0 replies; only message in thread
From: Olaf Hering @ 2004-09-18 15:15 UTC (permalink / raw)
  To: Andrew Morton, Sam Ravnborg, linux-kernel


make ARCH=ppc64 -j12 O=/dev/shm/R all fails,
the linker script is not in the output directory.


--- ./arch/ppc64/boot/Makefile	2004-09-18 17:07:00.474802662 +0200
+++ ./arch/ppc64/boot/Makefile	2004-09-18 17:10:04.770915019 +0200
@@ -29,7 +29,7 @@ BOOTCFLAGS	:= $(HOSTCFLAGS) $(LINUXINCLU
 BOOTAS		:= $(CROSS32_COMPILE)as
 BOOTAFLAGS	:= -D__ASSEMBLY__ $(BOOTCFLAGS) -traditional
 BOOTLD		:= $(CROSS32_COMPILE)ld
-BOOTLFLAGS	:= -Ttext 0x00400000 -e _start -T $(obj)/zImage.lds
+BOOTLFLAGS	:= -Ttext 0x00400000 -e _start -T $(srctree)/$(src)/zImage.lds
 BOOTOBJCOPY	:= $(CROSS32_COMPILE)objcopy
 OBJCOPYFLAGS    := contents,alloc,load,readonly,data
 

-- 
USB is for mice, FireWire is for men!

sUse lINUX ag, nÜRNBERG

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-09-18 15:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-18 15:15 [PATCH] fix make O= for ppc64/boot Olaf Hering

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox