diff options
author | Travis Tilley <lv@gentoo.org> | 2004-10-28 20:12:52 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-10-28 20:12:52 +0000 |
commit | 7bad760bf8d2509dc2960545c659d502eb91f85f (patch) | |
tree | ff36ace56bdf9d918be35323780c1b905ecb789d /sys-devel | |
parent | remove the ppc and sparc --with-cpu stuff (diff) | |
download | gentoo-2-7bad760bf8d2509dc2960545c659d502eb91f85f.tar.gz gentoo-2-7bad760bf8d2509dc2960545c659d502eb91f85f.tar.bz2 gentoo-2-7bad760bf8d2509dc2960545c659d502eb91f85f.zip |
fixed the ppc logic in toolchain.eclass and keyworded 3.4.2-r3 as testing on ppc
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.4.2-r3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 1bfcf192b299..41a1ce002310 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/gcc # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.340 2004/10/26 19:44:20 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.341 2004/10/28 20:12:52 lv Exp $ + + 28 Oct 2004; Travis Tilley <lv@gentoo.org> gcc-3.4.2-r3.ebuild: + fixed the ppc logic in toolchain.eclass and keyworded 3.4.2-r3 as testing on + ppc 26 Oct 2004; Travis Tilley <lv@gentoo.org> gcc-3.4.2-r3.ebuild: keyword as testing on amd64, mips, ppc64, and x86 diff --git a/sys-devel/gcc/gcc-3.4.2-r3.ebuild b/sys-devel/gcc/gcc-3.4.2-r3.ebuild index b255487cf03a..ed6f986eac7b 100644 --- a/sys-devel/gcc/gcc-3.4.2-r3.ebuild +++ b/sys-devel/gcc/gcc-3.4.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.2-r3.ebuild,v 1.8 2004/10/26 21:15:48 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.4.2-r3.ebuild,v 1.9 2004/10/28 20:12:52 lv Exp $ inherit eutils flag-o-matic libtool gnuconfig toolchain @@ -8,7 +8,7 @@ DESCRIPTION="The GNU Compiler Collection. Includes C/C++, java compilers, pie+s HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="-* ~amd64 ~mips ~ppc64 ~x86 -hppa -ppc" +KEYWORDS="-* ~amd64 ~mips ~ppc64 ~x86 -hppa ~ppc" # we need a proper glibc version for the Scrt1.o provided to the pie-ssp specs # we also need at least glibc 2.3.3 20040420-r1 in order for gcc 3.4 not to nuke |