summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2010-08-01 03:10:09 +0000
committerRyan Hill <dirtyepic@gentoo.org>2010-08-01 03:10:09 +0000
commit3a68c10970f235f5558fc3b0ff3fa63aea412de2 (patch)
tree4bf30f0761cd4e5537f3918b5f2b48d335928641 /sys-devel
parentStop setting STAGE1_CFLAGS in most cases. Fixes bug #283041, bug #326539, an... (diff)
downloadgentoo-2-3a68c10970f235f5558fc3b0ff3fa63aea412de2.tar.gz
gentoo-2-3a68c10970f235f5558fc3b0ff3fa63aea412de2.tar.bz2
gentoo-2-3a68c10970f235f5558fc3b0ff3fa63aea412de2.zip
Drop hppa STAGE1_CFLAGS hack (bug #326539).
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gcc/ChangeLog5
-rw-r--r--sys-devel/gcc/gcc-4.4.4-r1.ebuild4
2 files changed, 5 insertions, 4 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog
index b8022f81b9fb..e9d8ab936330 100644
--- a/sys-devel/gcc/ChangeLog
+++ b/sys-devel/gcc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/gcc
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.767 2010/07/28 05:15:45 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.768 2010/08/01 03:10:09 dirtyepic Exp $
+
+ 01 Aug 2010; Ryan Hill <dirtyepic@gentoo.org> gcc-4.4.4-r1.ebuild:
+ Drop hppa STAGE1_CFLAGS hack (bug #326539).
28 Jul 2010; Ryan Hill <dirtyepic@gentoo.org> metadata.xml:
Set proper expectations for lto.
diff --git a/sys-devel/gcc/gcc-4.4.4-r1.ebuild b/sys-devel/gcc/gcc-4.4.4-r1.ebuild
index 7b29a90208df..c2888a25427d 100644
--- a/sys-devel/gcc/gcc-4.4.4-r1.ebuild
+++ b/sys-devel/gcc/gcc-4.4.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.4-r1.ebuild,v 1.2 2010/06/28 11:32:42 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.4-r1.ebuild,v 1.3 2010/08/01 03:10:09 dirtyepic Exp $
PATCH_VER="1.0"
UCLIBC_VER="1.0"
@@ -86,6 +86,4 @@ pkg_setup() {
ewarn "Graphite support is still experimental and unstable."
ewarn "Any bugs resulting from the use of Graphite will not be fixed."
fi
-
- use hppa && STAGE1_CFLAGS="-O0"
}