diff options
author | 2004-02-12 17:57:11 +0000 | |
---|---|---|
committer | 2004-02-12 17:57:11 +0000 | |
commit | 751105d9c8ec448be35caca5603fdace9c6ee05c (patch) | |
tree | 5c3902d7c1690019ba9f140f935a228a4577d524 /profiles | |
parent | Add -Os to previous fixup, bug #41322. (diff) | |
download | historical-751105d9c8ec448be35caca5603fdace9c6ee05c.tar.gz historical-751105d9c8ec448be35caca5603fdace9c6ee05c.tar.bz2 historical-751105d9c8ec448be35caca5603fdace9c6ee05c.zip |
Add nogcj USE flag
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 14857dff47ee..15b3e25907fa 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -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/profiles/use.local.desc,v 1.242 2004/02/12 13:08:49 tigger Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.243 2004/02/12 17:57:11 azarah Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -263,6 +263,7 @@ sys-devel/uclibc-buildroot:pie - adds support for Position Independent Executabl sys-devel/uclibc-buildroot:softfloat - software floating point calculations for FPU lacking processors sys-devel/uclibc-buildroot:savedconfig - Adds support to user defined configs sys-devel/gcc:multilib - On 64bit systems, if you want to be able to compile 32bit and 64bit binaries +sys-devel/gcc:nogcj - Do not build gcj (java compiler included with gcc package) sys-devel/gdb:objc - If you want to be able to debug Objective C code. sys-devel/oskit:oskit-noassert - Disable assertions in debugging sys-devel/oskit:oskit-nobuild - Configure but don't build OSKit |