From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 330D3E008C6; Sun, 19 Oct 2014 19:08:45 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail.tames.com (tames.com [72.2.119.182]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A0B27E008B0 for ; Sun, 19 Oct 2014 19:08:43 -0700 (PDT) Received: from [10.178.247.148] (unknown [187.189.167.49]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: alfonso@tames.com) by mail.tames.com (Postfix) with ESMTPSA id 54502296C8 for ; Mon, 20 Oct 2014 02:08:04 +0000 (UTC) Message-ID: <54446EA9.8070406@tames.com> Date: Sun, 19 Oct 2014 21:08:41 -0500 From: =?windows-1252?Q?Alfonso_Tam=E9s?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: "meta-freescale@yoctoproject.org" References: <54423CF1.6080104@tames.com> In-Reply-To: <54423CF1.6080104@tames.com> X-Virus-Scanned: clamav-milter 0.98.1 at 56cb6755-5e21-c698-f8be-a3023abd5444 X-Virus-Status: Clean Subject: Re: gcc in meta-toolchain-qt5 (master) is not hard float by default X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Oct 2014 02:08:45 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Running the meta-toolchain's arm-poky-linux-gnueabi-gcc -v from Daisy gives --with-float=hard as a configured option. On the other hand, the compiler generated in Master does not report having this option configured. Can someone point me to the place where I can enable --with-float=hard for the meta-toolchain compiler? thanks On 18/10/14 05:12, Alfonso Tamés wrote: > Hi, > > I bitbaked a meta-toolchain-qt5 and tried to compile a simple hello > world C program using arm-poky-linux-gnueabi-gcc. The compiler fails > with a 'fatal error: gnu/stubs-soft.h: No such file or directory'. > > If I pass the -mfloat-abi=hard to the compiler it works fine. > > Where can I modify the meta-toolchain-qt5 recipe so it defaults to > hard float just like Daisy? > > Thanks, > > Alfonso