diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-21 02:21:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-21 02:21:25 +0000 |
commit | 80c5ddba4daaeeec7da5cd048c3bd07c2731ea31 (patch) | |
tree | 808fa696bc6509ff9b9ff52d909e4af11c99af2f /sys-devel | |
parent | Add ~amd64 (diff) | |
download | gentoo-2-80c5ddba4daaeeec7da5cd048c3bd07c2731ea31.tar.gz gentoo-2-80c5ddba4daaeeec7da5cd048c3bd07c2731ea31.tar.bz2 gentoo-2-80c5ddba4daaeeec7da5cd048c3bd07c2731ea31.zip |
disable objc++ as well #126895 by J. Christopher Six
(Portage version: 2.1_pre6-r5)
Diffstat (limited to 'sys-devel')
-rwxr-xr-x | sys-devel/crossdev/files/crossdev | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/crossdev/files/crossdev b/sys-devel/crossdev/files/crossdev index 1dd2a3b032e1..c6efa31c4c3a 100755 --- a/sys-devel/crossdev/files/crossdev +++ b/sys-devel/crossdev/files/crossdev @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.54 2006/03/16 03:38:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/crossdev/files/crossdev,v 1.55 2006/03/21 02:21:25 vapier Exp $ cd / @@ -314,7 +314,7 @@ BCAT="sys-devel" ; BPKG="binutils" ; BVER="[latest]" ; BUSE="" GCAT="sys-devel" ; GPKG="gcc" ; GVER="[latest]" ; GUSE="" KCAT="sys-kernel" ; KPKG="linux-headers" ; KVER="[latest]" ; KUSE="" LCAT="sys-libs" ; LPKG="" ; LVER="[latest]" ; LUSE="" -GUSE_DISABLE="-boundschecking -fortran -gtk -gcj -mudflap -objc -objc-gc" +GUSE_DISABLE="-boundschecking -fortran -gtk -gcj -mudflap -objc -objc++ -objc-gc" WITH_HEADERS="COW" WITH_DEF_HEADERS="no" EX_FAST="no" EX_GCC="no" |