From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 5BAD4E007B9; Sat, 18 Oct 2014 03:12:14 -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 CBD7EE006EF for ; Sat, 18 Oct 2014 03:12:04 -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 270E8299B8 for ; Sat, 18 Oct 2014 10:11:26 +0000 (UTC) Message-ID: <54423CF1.6080104@tames.com> Date: Sat, 18 Oct 2014 05:12:01 -0500 From: =?UTF-8?B?QWxmb25zbyBUYW3DqXM=?= 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" X-Virus-Scanned: clamav-milter 0.98.1 at 56cb6755-5e21-c698-f8be-a3023abd5444 X-Virus-Status: Clean Subject: 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: Sat, 18 Oct 2014 10:12:14 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit 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