diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-12-31 12:55:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-12-31 12:55:20 +0000 |
commit | 2a97599a0f72b97f339133b272748881c943e276 (patch) | |
tree | 6102025a2fff807f92cb3e41934384633a68b143 /sys-devel/binutils-nios2/binutils-nios2-5.1.ebuild | |
parent | use CHOST instead of ARCH/USERLAND (diff) | |
download | gentoo-2-2a97599a0f72b97f339133b272748881c943e276.tar.gz gentoo-2-2a97599a0f72b97f339133b272748881c943e276.tar.bz2 gentoo-2-2a97599a0f72b97f339133b272748881c943e276.zip |
initial import
(Portage version: 2.1_pre3)
Diffstat (limited to 'sys-devel/binutils-nios2/binutils-nios2-5.1.ebuild')
-rw-r--r-- | sys-devel/binutils-nios2/binutils-nios2-5.1.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-devel/binutils-nios2/binutils-nios2-5.1.ebuild b/sys-devel/binutils-nios2/binutils-nios2-5.1.ebuild new file mode 100644 index 000000000000..6b3ff98f5a17 --- /dev/null +++ b/sys-devel/binutils-nios2/binutils-nios2-5.1.ebuild @@ -0,0 +1,16 @@ +# 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 $ + +[[ ${CTARGET} != nios* ]] && export CTARGET="nios2-elf" + +BINUTILS_TYPE="custom" +BINUTILS_VER="2.15" +inherit toolchain-binutils + +# http://www.altera.com/support/kdb/2000/11/rd11272000_7307.html +SRC_URI="mirror://gentoo/niosii-gnutools-src-${PV}.tgz" + +KEYWORDS="-* ~amd64 ~x86" + +S=${WORKDIR}/src/binutils |