From: Sam Ravnborg Date: Thu, 30 Apr 2009 10:03:16 +0000 (+0200) Subject: x86: boot/compressed/vmlinux.lds.S: fix build of bzImage with 64 bit compiler X-Git-Tag: v2.6.31-rc1~422^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83c4832683bc8ebcd1687b3c0bf3ba1ab253dd4f;p=pandora-kernel.git x86: boot/compressed/vmlinux.lds.S: fix build of bzImage with 64 bit compiler Jesper reported that he saw following build issue: > ld:arch/x86/boot/compressed/vmlinux.lds:9: syntax error > make[2]: *** [arch/x86/boot/compressed/vmlinux] Error 1 > make[1]: *** [arch/x86/boot/compressed/vmlinux] Error 2 > make: *** [bzImage] Error 2 CPP defines the symbol "i386" to "1". Undefine this to fix it. [ Impact: build fix with certain tool chains ] Reported-by: Jesper Dangaard Brouer Signed-off-by: Sam Ravnborg Cc: Linus Torvalds LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed