[PATCH] Can't cross compile IA32 kernels using separate build directory

From: Peter Chubb
Date: Mon Aug 02 2004 - 22:08:37 EST



Hi Sam,
Trying to cross compile a kernel for IA32, on a system without an asm/boot.h
fails (e.g., IA64)

Here's a patch to add in -Iinclude2 when building tools/build.o so that
asm/boot.h is picked up from the right place.

Index: linux-2.6-wip/arch/i386/boot/Makefile
===================================================================
--- linux-2.6-wip.orig/arch/i386/boot/Makefile 2004-08-03 12:58:02.287223257 +1000
+++ linux-2.6-wip/arch/i386/boot/Makefile 2004-08-03 12:59:34.661245563 +1000
@@ -31,7 +31,7 @@

host-progs := tools/build

-HOSTCFLAGS_build.o := -Iinclude
+HOSTCFLAGS_build.o := -Iinclude -Iinclude2

# ---------------------------------------------------------------------------

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/