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

(-)toolchain-funcs.eclass (-3 / +3 lines)
Lines 144-152 Link Here
144
		bfin*|h8300*)
144
		bfin*|h8300*)
145
			echo "only" ;;
145
			echo "only" ;;
146
		*)
146
		*)
147
			[[ ${CTARGET//_/-} == "*-softfloat-*" ]] &&
147
			[[ ${CTARGET//_/-} == *-softfloat-* ]] \
148
			echo "yes" ||
148
				&& echo "yes" \
149
			echo "no"
149
				|| echo "no"
150
			;;
150
			;;
151
	esac
151
	esac
152
}
152
}

Return to bug 260510