summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Wourms <dragon@gentoo.org>2003-02-25 13:50:16 +0000
committerNicholas Wourms <dragon@gentoo.org>2003-02-25 13:50:16 +0000
commit61dbec462f599ada9fbe3acb23a8b0e17d52f3c1 (patch)
tree994191758bf87ade240a63aac986877b57c00125 /sys-devel
parentmask ccache 2.1.1-r2, badly broken in two separate ways here; author please c... (diff)
downloadhistorical-61dbec462f599ada9fbe3acb23a8b0e17d52f3c1.tar.gz
historical-61dbec462f599ada9fbe3acb23a8b0e17d52f3c1.tar.bz2
historical-61dbec462f599ada9fbe3acb23a8b0e17d52f3c1.zip
Fix breakage for mips.
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gcc/ChangeLog8
-rw-r--r--sys-devel/gcc/gcc-3.2.2-r1.ebuild4
-rw-r--r--sys-devel/gcc/gcc-3.2.2.ebuild4
3 files changed, 11 insertions, 5 deletions
diff --git a/sys-devel/gcc/ChangeLog b/sys-devel/gcc/ChangeLog
index f3d1d1fdb881..0ff0acd65e3c 100644
--- a/sys-devel/gcc/ChangeLog
+++ b/sys-devel/gcc/ChangeLog
@@ -1,9 +1,12 @@
# 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.73 2003/02/24 20:35:36 dragon Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/ChangeLog,v 1.74 2003/02/25 13:50:16 dragon Exp $
*gcc-3.2.2-r1 (23 Feb 2003)
+ 25 Feb 2003; Nicholas Wourms <dragon@gentoo.org> gcc-3.2.2-r1.ebuild :
+ Fix mips depends so they actually work.
+
24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> gcc-3.2.2-r1.ebuild :
Mark testing for mips. Changed DEPENDS to a lower binutils *only* for mips,
since .18 generates really b0rked asm and tests prove that .16 works just fine.
@@ -13,6 +16,9 @@
*gcc-3.2.2 (06 Feb 2003)
+ 25 Feb 2003; Nicholas Wourms <dragon@gentoo.org> gcc-3.2.2.ebuild :
+ Fix mips depends so they actually work.
+
24 Feb 2003; Nicholas Wourms <dragon@gentoo.org> gcc-3.2.2.ebuild :
Mark stable for mips. Changed DEPENDS to a lower binutils *only* for mips,
since .18 generates really b0rked asm and tests prove that .16 works just fine.
diff --git a/sys-devel/gcc/gcc-3.2.2-r1.ebuild b/sys-devel/gcc/gcc-3.2.2-r1.ebuild
index 48988d9bfcae..66c25ffa62f0 100644
--- a/sys-devel/gcc/gcc-3.2.2-r1.ebuild
+++ b/sys-devel/gcc/gcc-3.2.2-r1.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-r1.ebuild,v 1.2 2003/02/24 20:35:36 dragon Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2-r1.ebuild,v 1.3 2003/02/25 13:50:16 dragon Exp $
IUSE="static nls bootstrap java build"
@@ -99,7 +99,7 @@ else
fi
DEPEND="virtual/glibc
- mips? ( >=sys-devel/binutils-2.13.90.0.16 : >=sys-devel/binutils-2.13.90.0.18 )
+ mips? >=sys-devel/binutils-2.13.90.0.16 : >=sys-devel/binutils-2.13.90.0.18
>=sys-devel/gcc-config-1.3.1
!build? ( >=sys-libs/ncurses-5.2-r2
nls? ( sys-devel/gettext ) )"
diff --git a/sys-devel/gcc/gcc-3.2.2.ebuild b/sys-devel/gcc/gcc-3.2.2.ebuild
index 5b37303c41b6..4c38d5895cf9 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.10 2003/02/24 20:35:36 dragon Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc/gcc-3.2.2.ebuild,v 1.11 2003/02/25 13:50:16 dragon Exp $
IUSE="static nls bootstrap java build"
@@ -98,7 +98,7 @@ else
fi
DEPEND="virtual/glibc
- mips? ( >=sys-devel/binutils-2.13.90.0.16 : >=sys-devel/binutils-2.13.90.0.18 )
+ mips? >=sys-devel/binutils-2.13.90.0.16 : >=sys-devel/binutils-2.13.90.0.18
>=sys-devel/gcc-config-1.3.1
!build? ( >=sys-libs/ncurses-5.2-r2
nls? ( sys-devel/gettext ) )"