Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 142339 | Differences between
and this patch

Collapse All | Expand All

(-)linux.prev/arch/powerpc/Makefile (-1 / +9 lines)
Lines 33-39 Link Here
33
33
34
export CROSS32CC CROSS32AS CROSS32LD CROSS32OBJCOPY
34
export CROSS32CC CROSS32AS CROSS32LD CROSS32OBJCOPY
35
35
36
KBUILD_DEFCONFIG := $(shell uname -m)_defconfig
36
ifeq ($(CROSS_COMPILE),)
37
KBUILD_DEFCONFIG := $(shell uname -m | sed -e s/^ppc$/pmac32/ )_defconfig
38
else
39
ifneq ($(findstring 64,$(CROSS_COMPILE)),)
40
KBUILD_DEFCONFIG := ppc64_defconfig
41
else
42
KBUILD_DEFCONFIG := pmac32_defconfig
43
endif
44
endif
37
45
38
ifeq ($(CONFIG_PPC64),y)
46
ifeq ($(CONFIG_PPC64),y)
39
OLDARCH	:= ppc64
47
OLDARCH	:= ppc64

Return to bug 142339