From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tim.rpsys.net (93-97-173-237.zone5.bethere.co.uk [93.97.173.237]) by mx1.pokylinux.org (Postfix) with ESMTP id 7F5734C80A5B for ; Mon, 16 May 2011 03:37:32 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p4G8bUEU017590; Mon, 16 May 2011 09:37:30 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 17267-07; Mon, 16 May 2011 09:37:26 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p4G8bPOU017584 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 16 May 2011 09:37:25 +0100 From: Richard Purdie To: Tom Zanussi In-Reply-To: <1305436392.21191.135.camel@elmorro> References: <92477bdb3d1f4a10cb30a261753cf959b52aab8a.1305415455.git.tom.zanussi@intel.com> <4DCF53FC.9060109@intel.com> <1305436392.21191.135.camel@elmorro> Date: Mon, 16 May 2011 09:37:08 +0100 Message-ID: <1305535028.3424.14.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 X-Virus-Scanned: amavisd-new at rpsys.net Cc: "poky@yoctoproject.org" , "Wold, Saul" Subject: Re: [PATCH 1/4] crownbay: remove custom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHS X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2011 08:37:32 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Sun, 2011-05-15 at 00:13 -0500, Tom Zanussi wrote: > On Sat, 2011-05-14 at 21:18 -0700, Wold, Saul wrote: > > On 05/14/2011 08:36 PM, Tom Zanussi wrote: > > > From: Tom Zanussi > > > > > > PACKAGE_EXTRA_ARCHS in the conf file gets overwritten by the tune-atom > > > include following it, preventing the atom BASE_PACKAGE_ARCH from being > > > included in the final PACKAGE_ARCHS and causing do_rootfs to fail. > > > Remove the atom BASE_PACKAGE_ARCH and PACKAGE_EXTRA_ARCHS in the conf > > > file and allow the values in tune-atom to be used as intended. > > > > > I think we may still want to change the tune-atom PACKAGE_EXTRA_ARCHS to ?=. > > > > Yeah, I'll change that along with a couple other changes to that file, > such as switching -march=core2 to -march=atom, soon... Does that actually make any difference to gcc? It never used to but I'm wondering if anything has changed? Cheers, Richard