diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-12-08 02:18:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-12-08 02:18:40 +0000 |
commit | cb0a854c141dfacea69aeef8fdf7f01c27e36e8a (patch) | |
tree | 1423042b1562a5a811adf2538ac646b5dae16ed0 /profiles | |
parent | Cross compile support. (Manifest recommit) (diff) | |
download | gentoo-2-cb0a854c141dfacea69aeef8fdf7f01c27e36e8a.tar.gz gentoo-2-cb0a854c141dfacea69aeef8fdf7f01c27e36e8a.tar.bz2 gentoo-2-cb0a854c141dfacea69aeef8fdf7f01c27e36e8a.zip |
sys-devel/gcc:multislot
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/use.local.desc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc index fa75068926e0..a6d8f8e15e42 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.780 2004/12/07 17:32:42 slarti Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.781 2004/12/08 02:18:40 vapier Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -642,6 +642,7 @@ sys-devel/gcc:boundschecking - enable HTB (Haj Ten Brugge) runtime bounds checki sys-devel/gcc:fortran - Build support for the fortran language sys-devel/gcc:gcj - Build gcj (java compiler included with gcc package) sys-devel/gcc:hardened - activate default PIE (position independent executables) and SSP (stack smashing protector) +sys-devel/gcc:multislot - Allow for SLOTs to include minor version (3.3.4 instead of just 3.3) sys-devel/gcc:n32 - Enable n32 ABI support on mips sys-devel/gcc:n64 - Enable n64 ABI support on mips sys-devel/gcc:nomultilib - Disables multilib support in gcc |