diff options
author | Guy Martin <gmsoft@gentoo.org> | 2003-02-22 10:24:07 +0000 |
---|---|---|
committer | Guy Martin <gmsoft@gentoo.org> | 2003-02-22 10:24:07 +0000 |
commit | 034dfbc0ed6f5f6fe6cd4a40cc8c11272d149b2d (patch) | |
tree | 37c85bcfa778e5c9509296b2608a002a3bdf24fe /sys-devel | |
parent | add patch for ARM gcc to fix floating point ops (diff) | |
download | historical-034dfbc0ed6f5f6fe6cd4a40cc8c11272d149b2d.tar.gz historical-034dfbc0ed6f5f6fe6cd4a40cc8c11272d149b2d.tar.bz2 historical-034dfbc0ed6f5f6fe6cd4a40cc8c11272d149b2d.zip |
Commited stable for hppa.
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/gcc/ChangeLog | 4 | ||||
-rw-r--r-- | sys-devel/gcc/gcc-3.2.2.ebuild | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog index 0c2a4eac7f73..51b69f73c063 100644 --- a/sys-devel/gcc/ChangeLog +++ b/sys-devel/gcc/ChangeLog @@ -1,8 +1,10 @@ # ChangeLog for sys-devel/gcc # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.69 2003/02/22 09:02:27 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.70 2003/02/22 10:24:07 gmsoft Exp $ *gcc-3.2.2 (06 Feb 2003) + 22 Feb 2003; Guy Martin <gmsoft@gentoo.org> gcc-3.2.2.ebuild : + Commited stable for hppa. 22 Feb 2003; Zach Welch <zwelch@gentoo.org> gcc-3.2.2.ebuild : Added patch for arm to disable floating point math diff --git a/sys-devel/gcc/gcc-3.2.2.ebuild b/sys-devel/gcc/gcc-3.2.2.ebuild index fb9c89d564e2..838dcd9ac12c 100644 --- a/sys-devel/gcc/gcc-3.2.2.ebuild +++ b/sys-devel/gcc/gcc-3.2.2.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-3.2.2.ebuild,v 1.7 2003/02/22 09:02:27 zwelch Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2.ebuild,v 1.8 2003/02/22 10:24:07 gmsoft Exp $ IUSE="static nls bootstrap java build" @@ -84,7 +84,7 @@ DESCRIPTION="The GNU Compiler Collection. Includes C/C++ and java compilers" HOMEPAGE="http://www.gnu.org/software/gcc/gcc.html" LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="~x86 ~ppc ~sparc alpha ~hppa arm" +KEYWORDS="~x86 ~ppc ~sparc alpha hppa arm" # Ok, this is a hairy one again, but lets assume that we # are not cross compiling, than we want SLOT to only contain |