From: Mike Frysinger Date: Fri, 16 Feb 2007 00:12:02 +0000 (+0000) Subject: add blackfin to softfloat-only case X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7d98242a97316d456809630ff2240deb2c9d4a23;p=gentoo.git add blackfin to softfloat-only case --- diff --git a/eclass/toolchain-funcs.eclass b/eclass/toolchain-funcs.eclass index c2536abc569c..0304eb0c6c9d 100644 --- a/eclass/toolchain-funcs.eclass +++ b/eclass/toolchain-funcs.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-funcs.eclass,v 1.65 2007/02/12 05:01:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/toolchain-funcs.eclass,v 1.66 2007/02/16 00:12:02 vapier Exp $ # # Author: Toolchain Ninjas # @@ -101,7 +101,7 @@ tc-is-cross-compiler() { # rejects softfloat flags where the target always lacks an fpu. tc-is-softfloat() { case ${CTARGET} in - h8300*) + bfin*|h8300*) echo "only" ;; *) [[ ${CTARGET//_/-} == *-softfloat-* ]] \