diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-01-01 17:52:47 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-01-01 17:52:47 +0000 |
commit | 6b243330732863bd6ebd7b07b9f01b00e83e2045 (patch) | |
tree | 5579f608fa3ab55c32c7e72fb66cdaaef5ddf01c /sys-devel/binutils-hppa64/binutils-hppa64-2.24.ebuild | |
parent | Version bump. Update HOMEPAGE, SRC_URI, and LICENSE. Remove old. (diff) | |
download | gentoo-2-6b243330732863bd6ebd7b07b9f01b00e83e2045.tar.gz gentoo-2-6b243330732863bd6ebd7b07b9f01b00e83e2045.tar.bz2 gentoo-2-6b243330732863bd6ebd7b07b9f01b00e83e2045.zip |
Version bump.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-devel/binutils-hppa64/binutils-hppa64-2.24.ebuild')
-rw-r--r-- | sys-devel/binutils-hppa64/binutils-hppa64-2.24.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.24.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.24.ebuild new file mode 100644 index 000000000000..b910fe613047 --- /dev/null +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.24.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.24.ebuild,v 1.1 2014/01/01 17:52:47 jer Exp $ + +export CTARGET=hppa64-${CHOST#*-} + +PATCHVER="1.0" +ELF2FLT_VER="" +inherit toolchain-binutils + +DESCRIPTION="binutils package for building 64bit kernels on HPPA" + +KEYWORDS="-* ~hppa" +IUSE="" + +# 66_all_binutils-2.22-warn-textrel.patch fails to apply with +# patch-2.5.9, so require a version that for sure works +DEPEND+=" >=sys-devel/patch-2.6.1" + +src_install() { + toolchain-binutils_src_install + + # tweak the default fake list a little bit + cd "${D}"/etc/env.d/binutils + sed -i '/FAKE_TARGETS=/s:"$: hppa64-linux":' ${CTARGET}-${BVER} || die +} |