diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-11-29 19:40:39 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-11-29 19:40:39 +0000 |
commit | 60b1d4ac9d9a61b02c0eb98f4e9c50b17a45888d (patch) | |
tree | a2a36184a955baf81efbeb83222beda9b06ad2ea /profiles | |
parent | Finally mark stable on x86 (diff) | |
download | historical-60b1d4ac9d9a61b02c0eb98f4e9c50b17a45888d.tar.gz historical-60b1d4ac9d9a61b02c0eb98f4e9c50b17a45888d.tar.bz2 historical-60b1d4ac9d9a61b02c0eb98f4e9c50b17a45888d.zip |
Also lock down to >=binutils-2.16.1 and >=glibc-2.3.5-r2
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/sparc/sparc32/2006.0/packages | 6 | ||||
-rw-r--r-- | profiles/default-linux/sparc/sparc64/2006.0/packages | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/profiles/default-linux/sparc/sparc32/2006.0/packages b/profiles/default-linux/sparc/sparc32/2006.0/packages index 73cba3a5ddf3..18e53a5a8df8 100644 --- a/profiles/default-linux/sparc/sparc32/2006.0/packages +++ b/profiles/default-linux/sparc/sparc32/2006.0/packages @@ -1,9 +1,13 @@ # Copyright 1999-2005 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc32/2006.0/packages,v 1.2 2005/11/29 19:37:43 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc32/2006.0/packages,v 1.3 2005/11/29 19:39:58 gustavoz Exp $ # We really want 3.4.x for this profile *>=sys-devel/gcc-3.4.4-r1 +*>=sys-devel/binutils-2.16.1 + +# Need newer ones to build with gcc 3.4.x +*>=sys-libs/glibc-2.3.5-r2 # Jeremy Huddleston <eradicator@gentoo.org> # Earlier versions aren't patched to work with 2.6 headers diff --git a/profiles/default-linux/sparc/sparc64/2006.0/packages b/profiles/default-linux/sparc/sparc64/2006.0/packages index ae4c8032dd1c..5ec76dbb2c0c 100644 --- a/profiles/default-linux/sparc/sparc64/2006.0/packages +++ b/profiles/default-linux/sparc/sparc64/2006.0/packages @@ -1,9 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc64/2006.0/packages,v 1.3 2005/11/29 19:37:04 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc64/2006.0/packages,v 1.4 2005/11/29 19:40:39 gustavoz Exp $ # We really want 3.4.x for this profile *>=sys-devel/gcc-3.4.4-r1 +*>=sys-devel/binutils-2.16.1 + +# Need newer ones to build with gcc 3.4.x +*>=sys-libs/glibc-2.3.5-r2 # Since we're running a sparc64 kernel w/ 32bit (v9) userland, # we need gcc-sparc64 for kernels. |