summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2010-06-28 11:32:42 +0000
committerJeroen Roovers <jer@gentoo.org>2010-06-28 11:32:42 +0000
commitac23f5e20b1fa050beaf6fe16de4e8974719db7b (patch)
treebeff5adbb619d99fcb67aea32f96ae6b55c842f9 /sys-devel
parentBeta version bump for bug 325073, still has --as-needed issues (diff)
downloadgentoo-2-ac23f5e20b1fa050beaf6fe16de4e8974719db7b.tar.gz
gentoo-2-ac23f5e20b1fa050beaf6fe16de4e8974719db7b.tar.bz2
gentoo-2-ac23f5e20b1fa050beaf6fe16de4e8974719db7b.zip
Marked ~hppa after setting STAGE1_CFLAGS to something sane.
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gcc/ChangeLog5
-rw-r--r--sys-devel/gcc/gcc-4.4.4-r1.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog
index f54232d03343..62acd5930f78 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.763 2010/06/27 04:23:46 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.764 2010/06/28 11:32:42 jer Exp $
+
+ 28 Jun 2010; Jeroen Roovers <jer@gentoo.org> gcc-4.4.4-r1.ebuild:
+ Marked ~hppa after setting STAGE1_CFLAGS to something sane.
27 Jun 2010; Ryan Hill <dirtyepic@gentoo.org> gcc-4.5.0.ebuild:
Bump patchset. This release fixes the following bugs:
diff --git a/sys-devel/gcc/gcc-4.4.4-r1.ebuild b/sys-devel/gcc/gcc-4.4.4-r1.ebuild
index 6410d3f2a507..7b29a90208df 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.1 2010/06/19 01:53:09 zorry Exp $
+# $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 $
PATCH_VER="1.0"
UCLIBC_VER="1.0"
@@ -24,7 +24,7 @@ inherit toolchain
DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+ssp extensions, Haj Ten Brugge runtime bounds checking"
LICENSE="GPL-3 LGPL-3 || ( GPL-3 libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.2"
-KEYWORDS="~alpha ~amd64 ~arm -hppa ~ia64 ~mips ~ppc ~ppc64 ~sh -sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh -sparc ~x86 ~x86-fbsd"
RDEPEND=">=sys-libs/zlib-1.1.4
>=sys-devel/gcc-config-1.4
@@ -86,4 +86,6 @@ 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"
}