diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-01-09 22:47:35 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-01-09 22:47:35 +0000 |
commit | ab3febdf8d8e6574d5409b6eb1ca303921e3200b (patch) | |
tree | 240b8f89d174f6cb22fe60e39d50850c01b58888 /sys-devel/kgcc | |
parent | Including now fix to compile with -O3 (diff) | |
download | gentoo-2-ab3febdf8d8e6574d5409b6eb1ca303921e3200b.tar.gz gentoo-2-ab3febdf8d8e6574d5409b6eb1ca303921e3200b.tar.bz2 gentoo-2-ab3febdf8d8e6574d5409b6eb1ca303921e3200b.zip |
KEYWORDS'd for sparc only
Diffstat (limited to 'sys-devel/kgcc')
-rw-r--r-- | sys-devel/kgcc/ChangeLog | 7 | ||||
-rw-r--r-- | sys-devel/kgcc/kgcc-2.95.3.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sys-devel/kgcc/ChangeLog b/sys-devel/kgcc/ChangeLog index 319cbe1fad94..1063ce74ae06 100644 --- a/sys-devel/kgcc/ChangeLog +++ b/sys-devel/kgcc/ChangeLog @@ -1,9 +1,14 @@ # ChangeLog for sys-devel/kgcc # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc/ChangeLog,v 1.1 2002/12/31 18:25:28 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc/ChangeLog,v 1.2 2003/01/09 22:47:35 seemant Exp $ *kgcc-2.95.3 (31 Dec 2002) + 09 Jan 2003; Seemant Kulleen <seemant@gentoo.org> : + + KEYWORDED for only sparc, as that is the only architecture which needs it, + even though it can work for others (for future references). + 31 Dec 2002; Stefan Jones <Cretin@gentoo.org> : Installs a gcc-2.95.3 C-compiler only, named kgcc, used to compile sparc 32bit kernels. diff --git a/sys-devel/kgcc/kgcc-2.95.3.ebuild b/sys-devel/kgcc/kgcc-2.95.3.ebuild index eb5709b3d94c..47f875e658c6 100644 --- a/sys-devel/kgcc/kgcc-2.95.3.ebuild +++ b/sys-devel/kgcc/kgcc-2.95.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc/kgcc-2.95.3.ebuild,v 1.1 2002/12/31 18:25:28 cretin Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/kgcc/kgcc-2.95.3.ebuild,v 1.2 2003/01/09 22:47:35 seemant Exp $ IUSE="static" @@ -10,11 +10,11 @@ SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/gcc-${PV}/gcc-core-${PV}.tar.bz2" S="${WORKDIR}/gcc-${PV}" LOC="/usr" -DESCRIPTION="Modern GCC C compiler for building kernels" +DESCRIPTION="Modern GCC C compiler for building kernels on Sparc32 machines" HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" SLOT="0" LICENSE="GPL-2 LGPL-2" -KEYWORDS="x86 ppc sparc" +KEYWORDS="-x86 -ppc sparc" DEPEND="virtual/glibc" RDEPEND="virtual/glibc" |