From 2be84b2e9e0db1e73835cc7443b62c0d52283430 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Sat, 17 Jul 2010 16:23:10 +0000 Subject: GCC 4.3 creates faulty kernels for HPPA (bug #225917). (Portage version: 2.2_rc67/cvs/Linux i686) --- sys-devel/kgcc64/ChangeLog | 6 +++++- sys-devel/kgcc64/kgcc64-4.3.1.ebuild | 6 +++--- sys-devel/kgcc64/kgcc64-4.3.2.ebuild | 6 +++--- sys-devel/kgcc64/kgcc64-4.3.3.ebuild | 4 ++-- 4 files changed, 13 insertions(+), 9 deletions(-) (limited to 'sys-devel/kgcc64') diff --git a/sys-devel/kgcc64/ChangeLog b/sys-devel/kgcc64/ChangeLog index ed54a98fc09c..680126a564b1 100644 --- a/sys-devel/kgcc64/ChangeLog +++ b/sys-devel/kgcc64/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/kgcc64 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v 1.26 2010/07/14 17:18:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/ChangeLog,v 1.27 2010/07/17 16:23:10 jer Exp $ + + 17 Jul 2010; Jeroen Roovers kgcc64-4.3.1.ebuild, + kgcc64-4.3.2.ebuild, kgcc64-4.3.3.ebuild: + GCC 4.3 creates faulty kernels for HPPA (bug #225917). 14 Jul 2010; Jeroen Roovers kgcc64-4.3.3.ebuild: Marked ~hppa (bug #291992). diff --git a/sys-devel/kgcc64/kgcc64-4.3.1.ebuild b/sys-devel/kgcc64/kgcc64-4.3.1.ebuild index ef27bdccf12b..223825b1218e 100644 --- a/sys-devel/kgcc64/kgcc64-4.3.1.ebuild +++ b/sys-devel/kgcc64/kgcc64-4.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.3.1.ebuild,v 1.4 2008/12/09 02:14:45 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.3.1.ebuild,v 1.5 2010/07/17 16:23:10 jer Exp $ case ${CHOST} in hppa*) CTARGET=hppa64-${CHOST#*-};; @@ -22,7 +22,7 @@ inherit toolchain eutils DESCRIPTION="64bit kernel compiler" -KEYWORDS="" #228115 +KEYWORDS="-hppa" #228115 # unlike every other target, hppa has not unified the 32/64 bit # ports in binutils yet diff --git a/sys-devel/kgcc64/kgcc64-4.3.2.ebuild b/sys-devel/kgcc64/kgcc64-4.3.2.ebuild index 951d4c309ee5..2a153e11f700 100644 --- a/sys-devel/kgcc64/kgcc64-4.3.2.ebuild +++ b/sys-devel/kgcc64/kgcc64-4.3.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.3.2.ebuild,v 1.2 2008/12/09 02:14:45 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.3.2.ebuild,v 1.3 2010/07/17 16:23:10 jer Exp $ case ${CHOST} in hppa*) CTARGET=hppa64-${CHOST#*-};; @@ -22,7 +22,7 @@ inherit toolchain eutils DESCRIPTION="64bit kernel compiler" -KEYWORDS="" #228115 +KEYWORDS="-hppa" #228115 # unlike every other target, hppa has not unified the 32/64 bit # ports in binutils yet diff --git a/sys-devel/kgcc64/kgcc64-4.3.3.ebuild b/sys-devel/kgcc64/kgcc64-4.3.3.ebuild index 2b87c629f04c..5a6bcdb1f6ad 100644 --- a/sys-devel/kgcc64/kgcc64-4.3.3.ebuild +++ b/sys-devel/kgcc64/kgcc64-4.3.3.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/kgcc64/kgcc64-4.3.3.ebuild,v 1.4 2010/07/14 17:18:04 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc64/kgcc64-4.3.3.ebuild,v 1.5 2010/07/17 16:23:10 jer Exp $ case ${CHOST} in hppa*) CTARGET=hppa64-${CHOST#*-};; @@ -23,7 +23,7 @@ inherit toolchain eutils DESCRIPTION="64bit kernel compiler" # Works on mips and sparc; all other archs, refer to bug #228115 -KEYWORDS="~hppa ~mips sparc" +KEYWORDS="-hppa ~mips sparc" # unlike every other target, hppa has not unified the 32/64 bit # ports in binutils yet -- cgit v1.2.3-65-gdbad