diff options
author | 2006-09-29 16:37:50 +0000 | |
---|---|---|
committer | 2006-09-29 16:37:50 +0000 | |
commit | 63925b61cd843c17104e6b5a185f5a9f92683253 (patch) | |
tree | f712c8af168d14090eea06341a2dc6f7121c7616 /profiles | |
parent | Unmask audtty now that the issues are resolved. (diff) | |
download | gentoo-2-63925b61cd843c17104e6b5a185f5a9f92683253.tar.gz gentoo-2-63925b61cd843c17104e6b5a185f5a9f92683253.tar.bz2 gentoo-2-63925b61cd843c17104e6b5a185f5a9f92683253.zip |
Changed sparc64 gcc-4.1.1 development profile to use kgcc64 for the kernel compiler rather than gcc-sparc64.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default-linux/sparc/sparc64/dev/gcc.4.1.1/packages | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/default-linux/sparc/sparc64/dev/gcc.4.1.1/packages b/profiles/default-linux/sparc/sparc64/dev/gcc.4.1.1/packages index cf1818d7fc45..689d496f6d98 100644 --- a/profiles/default-linux/sparc/sparc64/dev/gcc.4.1.1/packages +++ b/profiles/default-linux/sparc/sparc64/dev/gcc.4.1.1/packages @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc64/dev/gcc.4.1.1/packages,v 1.2 2006/09/21 02:21:22 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/sparc/sparc64/dev/gcc.4.1.1/packages,v 1.3 2006/09/29 16:37:50 weeve Exp $ # We really want 3.4.x for this profile *>=sys-devel/gcc-3.4.5 @@ -10,8 +10,8 @@ *>=sys-libs/glibc-2.3.6-r3 # Since we're running a sparc64 kernel w/ 32bit (v9) userland, -# we need gcc-sparc64 for kernels. -*>=sys-devel/gcc-sparc64-3.4.6 +# we need kgcc64 for kernels. +*>=sys-devel/kgcc64-3.4.6 # Jeremy Huddleston <eradicator@gentoo.org> # Earlier versions aren't patched to work with 2.6 headers |