diff options
author | Guy Martin <gmsoft@gentoo.org> | 2008-06-18 09:42:46 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2008-06-18 09:42:46 +0000 |
commit | c738729ce00c34d1351a93bb9792f35918720e9c (patch) | |
tree | 21614ee2783b9f49ee368646283e913f54e9db09 /sys-devel | |
parent | Version bump. (diff) | |
download | gentoo-2-c738729ce00c34d1351a93bb9792f35918720e9c.tar.gz gentoo-2-c738729ce00c34d1351a93bb9792f35918720e9c.tar.bz2 gentoo-2-c738729ce00c34d1351a93bb9792f35918720e9c.zip |
Version bump.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/binutils-hppa64/ChangeLog | 9 | ||||
-rw-r--r-- | sys-devel/binutils-hppa64/binutils-hppa64-2.18.ebuild | 21 |
2 files changed, 28 insertions, 2 deletions
diff --git a/sys-devel/binutils-hppa64/ChangeLog b/sys-devel/binutils-hppa64/ChangeLog index a94fb4ade58a..0b8a6ee6fc15 100644 --- a/sys-devel/binutils-hppa64/ChangeLog +++ b/sys-devel/binutils-hppa64/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-devel/binutils-hppa64 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.11 2007/02/27 19:42:08 gmsoft Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.12 2008/06/18 09:42:46 gmsoft Exp $ + +*binutils-hppa64-2.18 (18 Jun 2008) + + 18 Jun 2008; Guy Martin <gmsoft@gentoo.org> +binutils-hppa64-2.18.ebuild: + Version bump. 27 Feb 2007; Guy Martin <gmsoft@gentoo.org> -binutils-hppa64-2.16.1.ebuild: diff --git a/sys-devel/binutils-hppa64/binutils-hppa64-2.18.ebuild b/sys-devel/binutils-hppa64/binutils-hppa64-2.18.ebuild new file mode 100644 index 000000000000..2541eb1e05bc --- /dev/null +++ b/sys-devel/binutils-hppa64/binutils-hppa64-2.18.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 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.18.ebuild,v 1.1 2008/06/18 09:42:46 gmsoft Exp $ + +export CTARGET=hppa64-${CHOST#*-} + +PATCHVER="1.5" +ELF2FLT_VER="" +inherit toolchain-binutils + +DESCRIPTION="binutils package for building 64bit kernels on HPPA" + +KEYWORDS="-* ~hppa" + +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 +} |