Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 146579
Collapse All | Expand All

(-)kernel-2.eclass (-5 / +9 lines)
Lines 431-441 Link Here
431
		# if K_DEFCONFIG isn't set, force to "defconfig"
431
		# if K_DEFCONFIG isn't set, force to "defconfig"
432
		# needed by mips
432
		# needed by mips
433
		if [[ -z ${K_DEFCONFIG} ]]; then
433
		if [[ -z ${K_DEFCONFIG} ]]; then
434
			case ${CTARGET} in
434
			if kernel_is le 2.6.15; then
435
				powerpc64*)	K_DEFCONFIG="ppc64_defconfig";;
435
				K_DEFConFIG="defconfig";
436
				powerpc*)	K_DEFCONFIG="pmac32_defconfig";;
436
			else
437
				*)			K_DEFCONFIG="defconfig";;
437
				case ${CTARGET} in
438
			esac
438
					powerpc64*)	K_DEFCONFIG="ppc64_defconfig";;
439
					powerpc*)	K_DEFCONFIG="pmac32_defconfig";;
440
					*)			K_DEFCONFIG="defconfig";;
441
				esac
442
			fi
439
		fi
443
		fi
440
444
441
		# if there arent any installed headers, then there also isnt an asm
445
		# if there arent any installed headers, then there also isnt an asm

Return to bug 146579