From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RasYV-0008Uo-9z for garchives@archives.gentoo.org; Wed, 14 Dec 2011 17:23:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89B5321C26E; Wed, 14 Dec 2011 17:23:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7F0B421C105 for ; Wed, 14 Dec 2011 17:23:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 15FA41B400E for ; Wed, 14 Dec 2011 17:23:20 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Flag: NO X-Spam-Score: -3.103 X-Spam-Level: X-Spam-Status: No, score=-3.103 tagged_above=-999 required=5.5 tests=[BAYES_00=-1.9, RP_MATCHES_RCVD=-1.201, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=ham Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jMCgmHfDDNuF for ; Wed, 14 Dec 2011 17:23:09 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 3A1D01B4002 for ; Wed, 14 Dec 2011 17:23:08 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RasXo-0003i4-G8 for gentoo-embedded@gentoo.org; Wed, 14 Dec 2011 18:23:04 +0100 Received: from fixed-203-69-24.iusacell.net ([189.203.69.24]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Dec 2011 18:23:04 +0100 Received: from r.berber by fixed-203-69-24.iusacell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Dec 2011 18:23:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-embedded@lists.gentoo.org From: =?ISO-8859-1?Q?Ren=E9_Berber?= Subject: [gentoo-embedded] How to use EXTRA_ECONF with crossdev Date: Wed, 14 Dec 2011 11:22:46 -0600 Message-ID: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@lists.gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: fixed-203-69-24.iusacell.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081209 Lightning/0.9 Thunderbird/2.0.0.19 Mnenhy/0.7.6.0 X-Archives-Salt: 5eeaac1c-f4e8-4994-a40d-930a0563f6a4 X-Archives-Hash: 46ef2c2a5b33f174d6756a9d53c4db76 Hi, I know this works: EXTRA_ECONF=3D"--enable-targets=3Dx86_64-w64-mingw32,i686-w64-mingw32" crossdev -t x86_64-w64-mingw32 ... But is there a way to use it for a specific tool? I'd like to use it only for binutils. BTW the mingw64-runtime available is too old (i.e. version 1.0 snapshot, when current is version 3.0b from svn, 2.something from releases). I created my local ebuild for this. Also the crossdev ebuild available has the "cxx nocxx" bug, I had to unmask the 20111118 ebuild. --=20 Ren=E9 Berber