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

Collapse All | Expand All

(-)toolchain.eclass.orig (+5 lines)
Lines 947-952 Link Here
947
			then
947
			then
948
				confgcc+=" --with-arch=${arm_arch}"
948
				confgcc+=" --with-arch=${arm_arch}"
949
			fi
949
			fi
950
			
951
			# If arch is armv7-m, use thumb mode only.
952
			if [[ ${arm_arch} == "armv7-m" ]] ; then
953
				confgcc+=" --with-mode=thumb"
954
			fi
950
955
951
			# Enable hardvfp
956
			# Enable hardvfp
952
			if [[ $(tc-is-softfloat) == "no" ]] && \
957
			if [[ $(tc-is-softfloat) == "no" ]] && \

Return to bug 418209