Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
jer 10/06/28 11:32:43
Modified: ChangeLog gcc-4.4.4-r1.ebuild
Log:
Marked ~hppa after setting STAGE1_CFLAGS to something sane.
(Portage version: 2.2_rc67/cvs/Linux i686)
Revision Changes Path
1.764 sys-devel/gcc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.764&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.764&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.763&r2=1.764
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
retrieving revision 1.763
retrieving revision 1.764
diff -u -r1.763 -r1.764
--- ChangeLog 27 Jun 2010 04:23:46 -0000 1.763
+++ ChangeLog 28 Jun 2010 11:32:42 -0000 1.764
@@ -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@g.o> gcc-4.4.4-r1.ebuild:
+ Marked ~hppa after setting STAGE1_CFLAGS to something sane.
27 Jun 2010; Ryan Hill <dirtyepic@g.o> gcc-4.5.0.ebuild:
Bump patchset. This release fixes the following bugs:
1.2 sys-devel/gcc/gcc-4.4.4-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.4.4-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.4.4-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gcc/gcc-4.4.4-r1.ebuild?r1=1.1&r2=1.2
Index: gcc-4.4.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.4-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gcc-4.4.4-r1.ebuild 19 Jun 2010 01:53:09 -0000 1.1
+++ gcc-4.4.4-r1.ebuild 28 Jun 2010 11:32:42 -0000 1.2
@@ -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 @@
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 @@
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"
}
|
|