From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 354D4E011DA for ; Tue, 9 Aug 2011 21:26:05 -0700 (PDT) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id p7A4QDsh022803 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Tue, 9 Aug 2011 21:26:13 -0700 (PDT) Received: from bruce-ashfields-macbook.local (128.224.20.214) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.1.255.0; Tue, 9 Aug 2011 21:26:13 -0700 Message-ID: <4E420864.2030107@windriver.com> Date: Wed, 10 Aug 2011 00:26:12 -0400 From: Bruce Ashfield User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.7; en-US; rv:1.9.2.20) Gecko/20110804 Thunderbird/3.1.12 MIME-Version: 1.0 To: Darren Hart References: <4E420695.4030804@linux.intel.com> In-Reply-To: <4E420695.4030804@linux.intel.com> Cc: Yocto Project Subject: Re: linux-yocto_3.0: pull powerpc compile fix for -0s in BOOTFLAGS X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Aug 2011 04:26:05 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 11-08-10 12:18 AM, Darren Hart wrote: > Bruce, > > The following patch is needed for qemuppc and fsl-mpc8315e-rdb (same > reasons as before). Can you pull this in from the 2.6.37 yocto tree? It should already be there for the fsl-mpc: > git show f6a70a6408a5d173d69fe3dc26fdaece38b4be3c commit f6a70a6408a5d173d69fe3dc26fdaece38b4be3c Author: Bruce Ashfield Date: Thu Oct 14 16:38:00 2010 -0400 powerpc/boot: remove -Os from BOOTFLAGS Some variants of gcc 4.5 have issues with -Os and will throw: cc1: error: Do not use -Os option if --enable-target-optspace is not set. -Os is not required to build a valid boot environment, so the easiest solution is to simply remove the boot flag. Signed-off-by: Bruce Ashfield > git branch --contains f6a70a6408a5d173d69fe3dc26fdaece38b4be3c * yocto/standard/fsl-mpc8315e-rdb I can add it for qemuppc, but I've been building it all along and have never seen the failure. What configuration are you building that is showing this ? Bruce > > commit 5ff609967ffe87c49d534d7861a7e0b150517726 > Author: Bruce Ashfield > Date: Thu Oct 14 16:38:00 2010 -0400 > > powerpc/boot: remove -Os from BOOTFLAGS > > Thanks, >