diff options
author | Ilya Volynets <iluxa@gentoo.org> | 2004-05-31 04:55:03 +0000 |
---|---|---|
committer | Ilya Volynets <iluxa@gentoo.org> | 2004-05-31 04:55:03 +0000 |
commit | 21b42116b23f0538f6fd6950ebaa5f5ada26ee6a (patch) | |
tree | 7ffee9bb4893cbfec1116f0f6674c11c46edc953 | |
parent | n32/n64 changes (diff) | |
download | historical-21b42116b23f0538f6fd6950ebaa5f5ada26ee6a.tar.gz historical-21b42116b23f0538f6fd6950ebaa5f5ada26ee6a.tar.bz2 historical-21b42116b23f0538f6fd6950ebaa5f5ada26ee6a.zip |
Add n32 & n64 flags for gcc
-rw-r--r-- | profiles/use.local.desc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 22e577bf56d9..ec4d58bb075f 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.404 2004/05/30 10:56:27 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.405 2004/05/31 04:55:03 iluxa Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -361,6 +361,8 @@ 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:objc - Build support for the Objective C code language sys-devel/gcc:uclibc - Enable uclibc specific patches for gcc +sys-devel/gcc:n32 - Enable n32 ABI support on mips +sys-devel/gcc:n64 - Enable n64 support on mips sys-devel/gdb:objc - Build support for the Objective C code language sys-devel/libperl:threads - Enable Perl threads, has some compatibility problems sys-devel/oskit:oskit-noassert - Disable assertions in debugging |