summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2003-02-24 02:11:02 +0000
committerMartin Schlemmer <azarah@gentoo.org>2003-02-24 02:11:02 +0000
commit2a2d4daba38b8dfec9f35ea047f96fe40f848dd2 (patch)
tree27879f5a719b5737b877e8b3322bfe1e65df4b91 /sys-devel
parentinitial ebuild for #16067 (diff)
downloadgentoo-2-2a2d4daba38b8dfec9f35ea047f96fe40f848dd2.tar.gz
gentoo-2-2a2d4daba38b8dfec9f35ea047f96fe40f848dd2.tar.bz2
gentoo-2-2a2d4daba38b8dfec9f35ea047f96fe40f848dd2.zip
mark stable for x86
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/binutils/ChangeLog5
-rw-r--r--sys-devel/binutils/binutils-2.13.90.0.18.ebuild18
-rw-r--r--sys-devel/gcc/ChangeLog6
-rw-r--r--sys-devel/gcc/gcc-3.2.2.ebuild4
4 files changed, 16 insertions, 17 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog
index c30acadba01b..569ef4c726f6 100644
--- a/sys-devel/binutils/ChangeLog
+++ b/sys-devel/binutils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-devel/binutils
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.32 2003/02/22 14:47:17 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.33 2003/02/24 02:10:48 azarah Exp $
+
+ 24 Feb 2003; Martin Schlemmer <azarah@gentoo.org binutils-2.13.90.0.18.ebuild :
+ Mark stable for x86. Rip out static stuff as it anyhow do not work.
22 Feb 2003; Guy Martin <gmsoft@gentoo.org> binutils-2.13.90.0.18.ebuild :
Commited stable for hppa.
diff --git a/sys-devel/binutils/binutils-2.13.90.0.18.ebuild b/sys-devel/binutils/binutils-2.13.90.0.18.ebuild
index 2aef2253a2f7..202d426592aa 100644
--- a/sys-devel/binutils/binutils-2.13.90.0.18.ebuild
+++ b/sys-devel/binutils/binutils-2.13.90.0.18.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.13.90.0.18.ebuild,v 1.8 2003/02/22 14:47:17 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.13.90.0.18.ebuild,v 1.9 2003/02/24 02:10:49 azarah Exp $
-IUSE="nls bootstrap static build"
+IUSE="nls bootstrap build"
# NOTE to Maintainer: ChangeLog states that it no longer use perl to build
# the manpages, but seems this is incorrect ....
@@ -20,7 +20,7 @@ HOMEPAGE="http://sources.redhat.com/binutils/"
SLOT="0"
LICENSE="GPL-2|LGPL-2"
-KEYWORDS="~x86 ppc alpha ~sparc ~mips hppa arm"
+KEYWORDS="x86 ppc alpha ~sparc ~mips hppa arm"
DEPEND="virtual/glibc
>=sys-apps/portage-2.0.21
@@ -76,16 +76,8 @@ src_compile() {
make configure-bfd || die
make headers -C bfd || die
-
- if [ "`use static`" ]
- then
- emake tooldir="${ROOT}/usr/bin" \
- -e LDFLAGS="-all-static" \
- all || die
- else
- emake tooldir="${ROOT}/usr/bin" \
- all || die
- fi
+ emake tooldir="${ROOT}/usr/bin" \
+ all || die
if [ -z "`use build`" ]
then
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog
index b8b2ecdcc36a..4550816ea349 100644
--- a/sys-devel/gcc/ChangeLog
+++ b/sys-devel/gcc/ChangeLog
@@ -1,6 +1,6 @@
# 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.71 2003/02/23 17:08:41 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.72 2003/02/24 02:11:02 azarah Exp $
*gcc-3.2.2-r1 (23 Feb 2003)
@@ -8,6 +8,10 @@
Update from cvs to add __thread support.
*gcc-3.2.2 (06 Feb 2003)
+
+ 24 Feb 2003; Martin Schlemmer <azarah@gentoo.org> gcc-3.2.2.ebuild :
+ Mark stable for x86.
+
22 Feb 2003; Guy Martin <gmsoft@gentoo.org> gcc-3.2.2.ebuild :
Commited stable for hppa.
diff --git a/sys-devel/gcc/gcc-3.2.2.ebuild b/sys-devel/gcc/gcc-3.2.2.ebuild
index 838dcd9ac12c..99df7542d800 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.8 2003/02/22 10:24:07 gmsoft Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2.ebuild,v 1.9 2003/02/24 02:11:02 azarah 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