diff options
author | Mark Loeser <halcy0n@gentoo.org> | 2006-03-05 04:01:43 +0000 |
---|---|---|
committer | Mark Loeser <halcy0n@gentoo.org> | 2006-03-05 04:01:43 +0000 |
commit | acf2315fb83ca0f84dbf458e1c3bafe59596a52a (patch) | |
tree | 13ad88c07ade591ba62cdad068adbdef67cad223 /profiles/use.local.desc | |
parent | arm/ia64/sh love (diff) | |
download | gentoo-2-acf2315fb83ca0f84dbf458e1c3bafe59596a52a.tar.gz gentoo-2-acf2315fb83ca0f84dbf458e1c3bafe59596a52a.tar.bz2 gentoo-2-acf2315fb83ca0f84dbf458e1c3bafe59596a52a.zip |
Add objc++ use flag for gcc ebuilds
Diffstat (limited to 'profiles/use.local.desc')
-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 0096b7b2dc3e..cbb58d53910f 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.1768 2006/03/04 02:47:24 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.1769 2006/03/05 04:01:43 halcy0n Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -1295,14 +1295,17 @@ sys-devel/gcc:nopie - Disable PIE support (NOT FOR GENERAL USE) sys-devel/gcc:nossp - Disable SSP support (NOT FOR GENERAL USE) sys-devel/gcc:objc - Build support for the Objective C code language sys-devel/gcc:objc-gc - Build support for the Objective C code language Garbage Collector +sys-devel/gcc:objc++ - Build support for the Objective C++ language sys-devel/gcc-bfin:mudflap - Add support for mudflap, a pointer use checking library sys-devel/gcc-bfin:multislot - Allow for SLOTs to include minor version (3.3.4 instead of just 3.3) sys-devel/gcc-bfin:objc - Build support for the Objective C code language sys-devel/gcc-bfin:objc-gc - Build support for the Objective C code language Garbage Collector +sys-devel/gcc-bfin:objc++ - Build support for the Objective C++ language sys-devel/gcc-nios2:mudflap - Add support for mudflap, a pointer use checking library sys-devel/gcc-nios2:multislot - Allow for SLOTs to include minor version (3.3.4 instead of just 3.3) sys-devel/gcc-nios2:objc - Build support for the Objective C code language sys-devel/gcc-nios2:objc-gc - Build support for the Objective C code language Garbage Collector +sys-devel/gcc-nios2:objc++ - Build support for the Objective C++ language sys-devel/kgcc64:multislot - Allow for SLOTs to include minor version (3.3.4 instead of just 3.3) sys-devel/libperl:ithreads - Enable Perl threads, has some compatibility problems sys-fs/clvm:nocman - Allow users to build clvm without cman support and with gulm support |