diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-15 11:41:17 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-15 11:41:17 +0000 |
commit | ee9c0be083841198254617d05091ced684224d80 (patch) | |
tree | 5b418a5909bb864b4b7a9c8d2ebdf30c4ab7167b /sys-devel/binutils-bfin/binutils-bfin-2005.4_rc1.ebuild | |
parent | dev-perl/Lingua-EN-NameParse stable on ppc. (diff) | |
download | gentoo-2-ee9c0be083841198254617d05091ced684224d80.tar.gz gentoo-2-ee9c0be083841198254617d05091ced684224d80.tar.bz2 gentoo-2-ee9c0be083841198254617d05091ced684224d80.zip |
Version bump.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sys-devel/binutils-bfin/binutils-bfin-2005.4_rc1.ebuild')
-rw-r--r-- | sys-devel/binutils-bfin/binutils-bfin-2005.4_rc1.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/sys-devel/binutils-bfin/binutils-bfin-2005.4_rc1.ebuild b/sys-devel/binutils-bfin/binutils-bfin-2005.4_rc1.ebuild new file mode 100644 index 000000000000..0a13a523d8c1 --- /dev/null +++ b/sys-devel/binutils-bfin/binutils-bfin-2005.4_rc1.ebuild @@ -0,0 +1,28 @@ +# 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.4_rc1.ebuild,v 1.1 2006/01/15 11:41:17 vapier Exp $ + +[[ ${CTARGET} != bfin* && ${CATEGORY} == "sys-devel" ]] && export CTARGET="bfin-elf" + +BINUTILS_TYPE="custom" +BINUTILS_VER="2.15" +ELF2FLT_VER="20060111" +inherit toolchain-binutils + +STUPID_STAMP="774" +MY_PV="3.4.05r4-2" +DESCRIPTION="Binutils for Blackfin targets" +HOMEPAGE="http://blackfin.uclinux.org/" +SRC_URI="http://blackfin.uclinux.org/frs/download.php/${STUPID_STAMP}/bfin-gcc-${MY_PV}.tar.gz + mirror://gentoo/elf2flt-${ELF2FLT_VER}.tar.bz2" + +KEYWORDS="-* ~amd64 ~x86" + +S=${WORKDIR}/bfin-gcc-${MY_PV}/binutils/binutils-${BINUTILS_VER} + +src_unpack() { + tc-binutils_unpack + cd "${S}" + epatch "${FILESDIR}"/binutils-bfin-2005.3.1-build.patch + rm -r gdb libgloss mmalloc newlib readline sim +} |