diff options
-rw-r--r-- | sys-devel/gcc/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-4.4.4-r1.ebuild | 4 |
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" } |