diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-10-12 09:33:57 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-10-12 09:33:57 +0000 |
commit | 5dda225fd41c0a5be49603334df84533aaacff7c (patch) | |
tree | 95c3004d105494d1ae357c6f27b48d090c527223 /profiles | |
parent | Re-enable shared lib, it works now with alltargets USE flag (in sync with llv... (diff) | |
download | historical-5dda225fd41c0a5be49603334df84533aaacff7c.tar.gz historical-5dda225fd41c0a5be49603334df84533aaacff7c.tar.bz2 historical-5dda225fd41c0a5be49603334df84533aaacff7c.zip |
Automated update of use.local.desc
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 b608cdd19591..0ea23c2222ed 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.6038 2010/10/11 20:53:56 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.6039 2010/10/12 09:33:57 robbat2 Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. # Keep it sorted (use "LC_ALL=C sort -t: -k1,1 -k2 | LC_ALL=C sort -s -t/ -k1,1") @@ -3625,6 +3625,7 @@ sys-devel/binutils:multislot - Allow for multiple versions of binutils to be eme sys-devel/binutils:multitarget - Adds support to binutils for cross compiling (does not work with gas) sys-devel/binutils-hppa64:multislot - Allow for multiple versions of binutils to be emerged at once for same CTARGET sys-devel/binutils-hppa64:multitarget - Adds support to binutils for cross compiling (does not work with gas) +sys-devel/clang:alltargets - Build all host targets (default: host only) sys-devel/clang:static-analyzer - Install the Clang static analyzer sys-devel/clang:system-cxx-headers - By default, clang++ searchs for C++ headers in a series of hardcoded paths. Enabling this flag will force it to use the active gcc profile ones sys-devel/gcc:d - Enable support for the D programming language |