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
armin76 09/11/10 15:04:13
Modified: ChangeLog gcc-4.4.2.ebuild
Log:
gcc-4.4.2 works fine on arm
(Portage version: 2.1.6.13/cvs/Linux ia64)
Revision Changes Path
1.738 sys-devel/gcc/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.738&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?rev=1.738&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/ChangeLog?r1=1.737&r2=1.738
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v
retrieving revision 1.737
retrieving revision 1.738
diff -u -r1.737 -r1.738
--- ChangeLog 2 Nov 2009 18:41:46 -0000 1.737
+++ ChangeLog 10 Nov 2009 15:04:12 -0000 1.738
@@ -1,6 +1,9 @@
# 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.737 2009/11/02 18:41:46 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.738 2009/11/10 15:04:12 armin76 Exp $
+
+ 10 Nov 2009; Raúl Porcel <armin76@g.o> gcc-4.4.2.ebuild:
+ gcc-4.4.2 works fine on arm
02 Nov 2009; Raúl Porcel <armin76@g.o> gcc-4.3.4.ebuild:
ia64/s390/sparc stable wrt #288621
1.4 sys-devel/gcc/gcc-4.4.2.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.4.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.4.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc/gcc-4.4.2.ebuild?r1=1.3&r2=1.4
Index: gcc-4.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gcc-4.4.2.ebuild 26 Oct 2009 22:03:29 -0000 1.3
+++ gcc-4.4.2.ebuild 10 Nov 2009 15:04:12 -0000 1.4
@@ -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.2.ebuild,v 1.3 2009/10/26 22:03:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-4.4.2.ebuild,v 1.4 2009/11/10 15:04:12 armin76 Exp $
PATCH_VER="1.0"
UCLIBC_VER="1.0"
@@ -26,7 +26,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 libgcc libstdc++ gcc-runtime-library-exception-3.1"
-KEYWORDS="~alpha ~amd64 -arm -hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm -hppa ~ia64 ~mips ~ppc ~ppc64 -sparc ~x86 ~x86-fbsd"
RDEPEND=">=sys-libs/zlib-1.1.4
>=sys-devel/gcc-config-1.4
|
|