diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-02-04 18:14:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-02-04 18:14:54 +0000 |
commit | ad15880f675be2f53ec3e92e69565356ecaa416f (patch) | |
tree | eaf97cee7f97b0334139c7c999dd74b54e219bb8 /sys-devel/binutils-nios2 | |
parent | Mark 2.3.1 stable on alpha (diff) | |
download | gentoo-2-ad15880f675be2f53ec3e92e69565356ecaa416f.tar.gz gentoo-2-ad15880f675be2f53ec3e92e69565356ecaa416f.tar.bz2 gentoo-2-ad15880f675be2f53ec3e92e69565356ecaa416f.zip |
fix default CTARGET setting when used with crossdev
Diffstat (limited to 'sys-devel/binutils-nios2')
-rw-r--r-- | sys-devel/binutils-nios2/binutils-nios2-5.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/binutils-nios2/binutils-nios2-5.1.ebuild b/sys-devel/binutils-nios2/binutils-nios2-5.1.ebuild index 6b3ff98f5a17..ba98cbf5acf5 100644 --- a/sys-devel/binutils-nios2/binutils-nios2-5.1.ebuild +++ b/sys-devel/binutils-nios2/binutils-nios2-5.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-nios2/binutils-nios2-5.1.ebuild,v 1.1 2005/12/31 12:55:20 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-nios2/binutils-nios2-5.1.ebuild,v 1.2 2006/02/04 18:14:54 vapier Exp $ -[[ ${CTARGET} != nios* ]] && export CTARGET="nios2-elf" +[[ ${CTARGET} != nios* && ${CATEGORY} == "sys-devel" ]] && export CTARGET="nios2-elf" BINUTILS_TYPE="custom" BINUTILS_VER="2.15" |