From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KSzn7-0007a1-Fs for garchives@archives.gentoo.org; Tue, 12 Aug 2008 19:44:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 099D0E03F4; Tue, 12 Aug 2008 19:44:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DA480E03F4 for ; Tue, 12 Aug 2008 19:44:24 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 60A87653F9 for ; Tue, 12 Aug 2008 19:44:24 +0000 (UTC) Received: from solar by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KSzn5-0002IP-7J for gentoo-commits@lists.gentoo.org; Tue, 12 Aug 2008 19:44:23 +0000 From: "Ned Ludd (solar)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, solar@gentoo.org Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/base/embedded/handbook: cross-compiler.xml X-VCS-Repository: gentoo X-VCS-Files: cross-compiler.xml X-VCS-Directories: xml/htdocs/proj/en/base/embedded/handbook X-VCS-Committer: solar X-VCS-Committer-Name: Ned Ludd Content-Type: text/plain; charset=utf8 Message-Id: Sender: Ned Ludd Date: Tue, 12 Aug 2008 19:44:23 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: ad375f10-c3f0-4921-a2f8-187fdb7aee1c X-Archives-Hash: 253ce201b3969b60b8199e80e2f6286b solar 08/08/12 19:44:23 Modified: cross-compiler.xml Log: - Bug 234477 Cross compiler note on use.mask Revision Changes Path 1.7 xml/htdocs/proj/en/base/embedded/handbook/cross-comp= iler.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/bas= e/embedded/handbook/cross-compiler.xml?rev=3D1.7&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/bas= e/embedded/handbook/cross-compiler.xml?rev=3D1.7&content-type=3Dtext/plai= n diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/bas= e/embedded/handbook/cross-compiler.xml?r1=3D1.6&r2=3D1.7 Index: cross-compiler.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/embedded/handbook/c= ross-compiler.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- cross-compiler.xml 10 Mar 2008 15:33:17 -0000 1.6 +++ cross-compiler.xml 12 Aug 2008 19:44:22 -0000 1.7 @@ -1,7 +1,7 @@ =20 - + =20 =20 @@ -93,9 +93,16 @@ * Log: /var/log/portage/cross-sh4-unknown-linux-gnu-gcc-stage2.log * Emerging cross-gcc-stage2 ... = [ ok ] + + At the moment it's not possible to set PORTAGE_CONFIGROOT = before calling crossdev to + a folder set to the arch you're targetting. You have to use your own c= onfig.=20 + If you want to use arch specific use flags, like altivec in a n= on powerpc=20 + architecture, you need to unmask the use flag in /usr/portage/base/= use.mask, or + temporarily change your profile. + +=09 - Quick Test