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

Collapse All | Expand All

(-)/usr/portage/eclass/toolchain.eclass (+5 lines)
Lines 1230-1235 Link Here
1230
	fi
1230
	fi
1231
1231
1232
	case $(tc-arch) in
1232
	case $(tc-arch) in
1233
		arm)
1234
			local arm_arch="${CTARGET%%-*}"
1235
			[[ ! -z "${arm_arch##armv7}" ]] && arm_arch="${arm_arch/armv7/armv7-}"
1236
			confgcc="${confgcc} --with-arch=${arm_arch}"
1237
1233
		# Add --with-abi flags to set default MIPS ABI
1238
		# Add --with-abi flags to set default MIPS ABI
1234
		mips)
1239
		mips)
1235
			local mips_abi=""
1240
			local mips_abi=""

Return to bug 264534