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 mail.openembedded.org (Postfix) with ESMTP id 0B54160030 for ; Tue, 19 Aug 2014 06:22:03 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail.windriver.com (8.14.9/8.14.5) with ESMTP id s7J6M4E0025749 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Mon, 18 Aug 2014 23:22:04 -0700 (PDT) Received: from [128.224.162.194] (128.224.162.194) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.174.1; Mon, 18 Aug 2014 23:22:03 -0700 Message-ID: <53F2ED09.7020009@windriver.com> Date: Tue, 19 Aug 2014 14:22:01 +0800 From: Hongxu Jia User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: References: In-Reply-To: Cc: saul.wold@intel.com Subject: Re: [PATCH 0/1] busybox : fix do_compile failed on qemumips when DEBUG_BUILD (ICE) X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Aug 2014 06:22:04 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Ping //Hongxu On 08/12/2014 08:10 PM, Hongxu Jia wrote: > Test Steps: > > 1. vim local.conf: > ... > MACHINE ?= "qemumips" > DEBUG_BUILD = "1" > ... > > 2. bitbake busybox > > //Hongxu > > The following changes since commit 870bb8d35547b8313b3a487d7e8b914ab9470e64: > > local.conf.sample.extended: fix example for EXTRA_USERS_PARAMS (2014-08-04 17:38:24 +0100) > > are available in the git repository at: > > git://git.pokylinux.org/poky-contrib hongxu/fix-busybox-ice-mips > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-busybox-ice-mips > > Hongxu Jia (1): > busybox : fix do_compile failed on qemumips when DEBUG_BUILD (ICE) > > .../fix-ice-on-mips-while-compiling-with-g-O.patch | 65 ++++++++++++++++++++++ > meta/recipes-core/busybox/busybox_1.22.1.bb | 4 ++ > 2 files changed, 69 insertions(+) > create mode 100644 meta/recipes-core/busybox/busybox/fix-ice-on-mips-while-compiling-with-g-O.patch >