From: Andrew Morton Cc: Adrian Bunk Cc: Benjamin Herrenschmidt Cc: Olof Johansson Cc: Paul Mackerras Cc: Sam Ravnborg Signed-off-by: Andrew Morton --- arch/powerpc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/powerpc/Makefile~powerpc-proper-defconfig-for-crosscompiles-fix arch/powerpc/Makefile --- a/arch/powerpc/Makefile~powerpc-proper-defconfig-for-crosscompiles-fix +++ a/arch/powerpc/Makefile @@ -38,7 +38,7 @@ export CROSS32CC CROSS32AS CROSS32LD CRO ifeq ($(CROSS_COMPILE),) KBUILD_DEFCONFIG := $(shell uname -m)_defconfig else -KBUILD_DEFCONFIG := g5_defconfig +KBUILD_DEFCONFIG := ppc64_defconfig endif ifeq ($(CONFIG_PPC64),y) _