mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Fix 32bit build for git-x86
@ 2008-01-15  1:04 Andi Kleen
  2008-01-15  7:45 ` Sam Ravnborg
  2008-01-15  9:00 ` Ingo Molnar
  0 siblings, 2 replies; 5+ messages in thread
From: Andi Kleen @ 2008-01-15  1:04 UTC (permalink / raw)
  To: mingo, sam, tglx, linux-kernel


Fixes the 32build here with git-x86 (tip 2f42671697ea9abc7d10ea7f663d6ef6e8ec6358)

Fix git-x86 build 

Otherwise

make[3]: Nothing to be done for `vmlinux'.
KBUILD_IMAGE := arch/x86/boot/bzImage
make[2]: KBUILD_IMAGE: Command not found
make[2]: *** [all] Error 127

Signed-off-by: Andi Kleen <ak@suse.de>

Index: linux/arch/x86/Makefile
===================================================================
--- linux.orig/arch/x86/Makefile
+++ linux/arch/x86/Makefile
@@ -211,7 +211,8 @@ PHONY += zImage bzImage compressed zlilo
 all: bzImage
 
 # KBUILD_IMAGE specify target image being built
-		    KBUILD_IMAGE := $(boot)/bzImage
+KBUILD_IMAGE := $(boot)/bzImage
+
 zImage zlilo zdisk: KBUILD_IMAGE := arch/x86/boot/zImage
 
 zImage bzImage: vmlinux

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-01-15  9:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-15  1:04 [PATCH] Fix 32bit build for git-x86 Andi Kleen
2008-01-15  7:45 ` Sam Ravnborg
2008-01-15  7:56   ` Junio C Hamano
2008-01-15  8:53   ` Ingo Molnar
2008-01-15  9:00 ` Ingo Molnar

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

all inboxes | Powered by JetHome®