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 1RatVG-0006mN-6z for garchives@archives.gentoo.org; Wed, 14 Dec 2011 18:24:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F07221C1CC; Wed, 14 Dec 2011 18:24:10 +0000 (UTC) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.213.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 7821321C29D for ; Wed, 14 Dec 2011 18:23:55 +0000 (UTC) Received: by yenm3 with SMTP id m3so976334yen.40 for ; Wed, 14 Dec 2011 10:23:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=humY/zxJ7fluAijyszO2/VQzIoYSCrTMFLqKj1zRPS8=; b=EZ2UWo+rl+ffgsGYs7c8cRDwt3upsCe8KPDZ2/alWz8ALQ0vIlRTm4tfedPPHFNhje BwYh1//Bnw+7tQuqeU9pqRwXRcQ/WXoTj8POhrToYaxtM/yiEYcm6LZc/cb+N48TTlVS HXuT0bPvCLitqvvRfQMD8FvWjiyCaKLDm9hCI= Received: by 10.236.178.71 with SMTP id e47mr13482566yhm.66.1323887035002; Wed, 14 Dec 2011 10:23:55 -0800 (PST) Received: from [192.168.10.2] (fixed-203-69-24.iusacell.net. [189.203.69.24]) by mx.google.com with ESMTPS id i4sm4842889yhk.21.2011.12.14.10.23.54 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 14 Dec 2011 10:23:54 -0800 (PST) Sender: =?UTF-8?B?UmVuw6kgQmVyYmVy?= Message-ID: <4EE8E9B7.2090900@computer.org> Date: Wed, 14 Dec 2011 12:23:51 -0600 From: =?ISO-8859-15?Q?Ren=E9_Berber?= 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 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 To: gentoo-embedded@lists.gentoo.org Subject: Re: [gentoo-embedded] Re: How to use EXTRA_ECONF with crossdev References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: ca7fbef2-3c18-4061-b29d-3673c73c1eea X-Archives-Hash: 8f855c6158ff98ddfba56c25ebcf0b5f On 12/14/2011 12:18 PM, Joakim Tjernlund wrote: > Ren=E9 Berber wrote on 2011/12/14 18:54:55: >> >> On 12/14/2011 11:39 AM, Joakim Tjernlund wrote: >> >>> So perhaps crossdev -benv EXTRA_ECONF=3D"--enable-targets=3Dx86_64-w6= 4-mingw32,i686-w64-mingw32" ... >> >> Environment vars is not the same as adding parameters to configure, bu= t >> I haven't tested this option, maybe I'm wrong. >=20 > Sure it is, it is the only way to pass configure params I know. > I have used --genv EXTRA_ECONF=3D'"--disable-secureplt --with-cpu=3De30= 0c2 --without-long-double-128 --with-dwarf2 --without-fp --with-fp=3Dsoft= "' > to pass configure options to gcc only You are right! Thanks. --=20 Ren=E9 Berber