diff options
author | 2011-08-06 00:55:14 +0000 | |
---|---|---|
committer | 2011-08-06 00:55:14 +0000 | |
commit | 179d45a40d2c705f4ad3da7ef3c6f37392608447 (patch) | |
tree | 9715e0ed9495a2cce8d4d12108b7164621f404b6 /sys-devel/gcc | |
parent | Version bump (diff) | |
download | gentoo-2-179d45a40d2c705f4ad3da7ef3c6f37392608447.tar.gz gentoo-2-179d45a40d2c705f4ad3da7ef3c6f37392608447.tar.bz2 gentoo-2-179d45a40d2c705f4ad3da7ef3c6f37392608447.zip |
Drop softfloat patches for 4.6 (bug #372199).
(Portage version: 2.2.0_alpha50/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel/gcc')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.6.0.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.6.1.ebuild | 3 |
3 files changed, 7 insertions, 5 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 45ad07275e3f..075b4b2c82e0 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.819 2011/07/21 02:05:08 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.820 2011/08/06 00:55:14 dirtyepic Exp $ + + 06 Aug 2011; Ryan Hill <dirtyepic@gentoo.org> gcc-4.6.0.ebuild, + gcc-4.6.1.ebuild: + Drop softfloat patches for 4.6 (bug #372199). 21 Jul 2011; Jeroen Roovers <jer@gentoo.org> gcc-4.4.6.ebuild: Stable for HPPA (bug #374465). diff --git a/sys-devel/gcc/gcc-4.6.0.ebuild b/sys-devel/gcc/gcc-4.6.0.ebuild index 7fe8c5a4676a..243038b14098 100644 --- a/sys-devel/gcc/gcc-4.6.0.ebuild +++ b/sys-devel/gcc/gcc-4.6.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.0.ebuild,v 1.3 2011/04/13 03:35:39 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.0.ebuild,v 1.4 2011/08/06 00:55:14 dirtyepic Exp $ PATCH_VER="1.2" UCLIBC_VER="1.0" @@ -76,7 +76,6 @@ src_unpack() { use vanilla && return 0 [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch - [[ ${CTARGET} == *-softfloat-* ]] && epatch "${FILESDIR}"/4.4.0/gcc-4.4.0-softfloat.patch } pkg_setup() { diff --git a/sys-devel/gcc/gcc-4.6.1.ebuild b/sys-devel/gcc/gcc-4.6.1.ebuild index e63b07084b60..8d368aa62d23 100644 --- a/sys-devel/gcc/gcc-4.6.1.ebuild +++ b/sys-devel/gcc/gcc-4.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.1.ebuild,v 1.1 2011/07/05 05:00:10 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.6.1.ebuild,v 1.2 2011/08/06 00:55:14 dirtyepic Exp $ PATCH_VER="1.0" UCLIBC_VER="1.0" @@ -76,7 +76,6 @@ src_unpack() { use vanilla && return 0 [[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch - [[ ${CTARGET} == *-softfloat-* ]] && epatch "${FILESDIR}"/4.4.0/gcc-4.4.0-softfloat.patch } pkg_setup() { |