diff options
author | Zack Welch <zwelch@gentoo.org> | 2003-02-22 09:02:27 +0000 |
---|---|---|
committer | Zack Welch <zwelch@gentoo.org> | 2003-02-22 09:02:27 +0000 |
commit | 6518803a3d68b93bd9c8a4d7a927ded20554f2f3 (patch) | |
tree | 3ac1058d530786b749997191195c6f74d4eeceae /sys-devel/gcc/gcc-2.95.3-r8.ebuild | |
parent | set ppc in keywords (diff) | |
download | gentoo-2-6518803a3d68b93bd9c8a4d7a927ded20554f2f3.tar.gz gentoo-2-6518803a3d68b93bd9c8a4d7a927ded20554f2f3.tar.bz2 gentoo-2-6518803a3d68b93bd9c8a4d7a927ded20554f2f3.zip |
add patch for ARM gcc to fix floating point ops
Diffstat (limited to 'sys-devel/gcc/gcc-2.95.3-r8.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-2.95.3-r8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc/gcc-2.95.3-r8.ebuild b/sys-devel/gcc/gcc-2.95.3-r8.ebuild index ed84acffb015..5d3a2b544486 100644 --- a/sys-devel/gcc/gcc-2.95.3-r8.ebuild +++ b/sys-devel/gcc/gcc-2.95.3-r8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-2.95.3-r8.ebuild,v 1.15 2003/02/13 16:29:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-2.95.3-r8.ebuild,v 1.16 2003/02/22 09:02:27 zwelch Exp $ IUSE="static nls bootstrap java build" @@ -55,7 +55,7 @@ SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/${P}/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="x86 ~ppc ~sparc ~alpha" +KEYWORDS="x86 ~ppc ~sparc ~alpha arm" # Ok, this is a hairy one again, but lets assume that we # are not cross compiling, than we want SLOT to only contain |