diff options
author | 2004-02-01 06:34:06 +0000 | |
---|---|---|
committer | 2004-02-01 06:34:06 +0000 | |
commit | 942a3a1bb3ab95bee6168607b0e5e0a0521f92f1 (patch) | |
tree | cc744fb36959a27c2d8793f631545fa1e152833f | |
parent | digest (diff) | |
download | historical-942a3a1bb3ab95bee6168607b0e5e0a0521f92f1.tar.gz historical-942a3a1bb3ab95bee6168607b0e5e0a0521f92f1.tar.bz2 historical-942a3a1bb3ab95bee6168607b0e5e0a0521f92f1.zip |
add uclibc-buildroot local use flags
-rw-r--r-- | profiles/use.local.desc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 4a7264a96d43..30d24023740b 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.221 2004/01/31 17:54:22 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.222 2004/02/01 06:34:06 pebenito Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -235,6 +235,9 @@ sys-apps/tcng:tcsim - enable traffic simulator sys-apps/tinylogin:uclibc - Compile with uclibc :) sys-apps/tpctl:tpctlir - enable support for thinkpad models 760 and 765 sys-cluster/heartbeat:ldirectord - Adds support for ldiretord, use enabled because it has a lot of deps +sys-devel/uclibc-buildroot:fullrpc - Defines xdr functions and some lesser used rpc stuff. Required for NFS +sys-devel/uclibc-buildroot:nommu - No memory management unit on target architecture +sys-devel/uclibc-buildroot:softfloat - software floating point calculations sys-devel/gcc:multilib - On 64bit systems, if you want to be able to compile 32bit and 64bit binaries sys-devel/gdb:objc - If you want to be able to debug Objective C code. sys-devel/oskit:oskit-noassert - Disable assertions in debugging |