summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2009-05-11 13:42:01 +0000
committerRaúl Porcel <armin76@gentoo.org>2009-05-11 13:42:01 +0000
commitb9b8f6acc6ff5931f607ea389306a94c0fe2937c (patch)
tree073e458c63c3d12d9a1140a4eac2edf5019a1ba8 /sys-devel
parentVersion bump to latest stable version, and drop keywords from latest developm... (diff)
downloadgentoo-2-b9b8f6acc6ff5931f607ea389306a94c0fe2937c.tar.gz
gentoo-2-b9b8f6acc6ff5931f607ea389306a94c0fe2937c.tar.bz2
gentoo-2-b9b8f6acc6ff5931f607ea389306a94c0fe2937c.zip
Add softfloat patch for gcc-4.4.0, patch done by Maksim 'max_posedon' Melnikau <maxposedon at gmail dot com>, bug #268903
(Portage version: 2.1.6.11/cvs/Linux ia64)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gcc/ChangeLog7
-rw-r--r--sys-devel/gcc/gcc-4.4.0.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog
index 8edaf4adaffa..b05cbc6126ca 100644
--- a/sys-devel/gcc/ChangeLog
+++ b/sys-devel/gcc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-devel/gcc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.706 2009/05/09 21:26:12 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.707 2009/05/11 13:42:01 armin76 Exp $
+
+ 11 May 2009; Raúl Porcel <armin76@gentoo.org>
+ +files/4.4.0/gcc-4.4.0-softfloat.patch, gcc-4.4.0.ebuild:
+ Add softfloat patch for gcc-4.4.0, patch done by Maksim 'max_posedon'
+ Melnikau <maxposedon at gmail dot com>, bug #268903
09 May 2009; Mark Loeser <halcy0n@gentoo.org> gcc-4.2.4-r1.ebuild,
-gcc-4.3.0.ebuild, -gcc-4.3.1.ebuild, -gcc-4.3.1-r1.ebuild,
diff --git a/sys-devel/gcc/gcc-4.4.0.ebuild b/sys-devel/gcc/gcc-4.4.0.ebuild
index 04df4f802b50..e0f76ec4f053 100644
--- a/sys-devel/gcc/gcc-4.4.0.ebuild
+++ b/sys-devel/gcc/gcc-4.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.0.ebuild,v 1.3 2009/05/09 21:26:12 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.0.ebuild,v 1.4 2009/05/11 13:42:01 armin76 Exp $
PATCH_VER="1.0"
UCLIBC_VER="1.0"
@@ -77,5 +77,5 @@ src_unpack() {
[[ ${CHOST} == ${CTARGET} ]] && epatch "${FILESDIR}"/gcc-spec-env.patch
- [[ ${CTARGET} == *-softfloat-* ]] && epatch "${FILESDIR}"/4.3.2/gcc-4.3.2-softfloat.patch
+ [[ ${CTARGET} == *-softfloat-* ]] && epatch "${FILESDIR}"/4.4.0/gcc-4.4.0-softfloat.patch
}