diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-13 22:55:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-13 22:55:54 +0000 |
commit | 43f4668017da6b3f755f84c91bb8b878ed5dd9e1 (patch) | |
tree | 1197603313a0a75a8991d04e2a2d834a7d952976 /sys-devel/binutils-bfin | |
parent | Marking sparc x86 stable (diff) | |
download | gentoo-2-43f4668017da6b3f755f84c91bb8b878ed5dd9e1.tar.gz gentoo-2-43f4668017da6b3f755f84c91bb8b878ed5dd9e1.tar.bz2 gentoo-2-43f4668017da6b3f755f84c91bb8b878ed5dd9e1.zip |
fix CTARGET setting when using crossdev as reported by trjones
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sys-devel/binutils-bfin')
-rw-r--r-- | sys-devel/binutils-bfin/binutils-bfin-2005.3.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-devel/binutils-bfin/binutils-bfin-2005.3.1.ebuild b/sys-devel/binutils-bfin/binutils-bfin-2005.3.1.ebuild index 7fc987f9a727..19b4c0d994d8 100644 --- a/sys-devel/binutils-bfin/binutils-bfin-2005.3.1.ebuild +++ b/sys-devel/binutils-bfin/binutils-bfin-2005.3.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-bfin/binutils-bfin-2005.3.1.ebuild,v 1.1 2005/12/31 12:46:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-bfin/binutils-bfin-2005.3.1.ebuild,v 1.2 2006/01/13 22:54:31 vapier Exp $ -[[ ${CTARGET} != bfin* ]] && export CTARGET="bfin-elf" +[[ ${CTARGET} != bfin* && ${CATEGORY} == "sys-devel" ]] && export CTARGET="bfin-elf" BINUTILS_TYPE="custom" BINUTILS_VER="2.15" |