From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1OcGN6-000447-Az for openembedded-devel@lists.openembedded.org; Fri, 23 Jul 2010 13:25:05 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id o6NBOgXS016533 for ; Fri, 23 Jul 2010 12:24:42 +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 14093-04 for ; Fri, 23 Jul 2010 12:24:39 +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 o6NBOYUO016527 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 23 Jul 2010 12:24:34 +0100 From: Richard Purdie To: openembedded-devel@lists.openembedded.org In-Reply-To: <1279880630.2692.21.camel@mill.internal.reciva.com> References: <1279735486-7050-1-git-send-email-raj.khem@gmail.com> <1279872152.21888.149.camel@lenovo.internal.reciva.com> <1279875548.13006.32.camel@rex> <1279880630.2692.21.camel@mill.internal.reciva.com> Date: Fri, 23 Jul 2010 12:24:27 +0100 Message-ID: <1279884267.13006.45.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 X-Virus-Scanned: amavisd-new at rpsys.net X-SA-Exim-Connect-IP: 93.97.173.237 X-SA-Exim-Mail-From: rpurdie@rpsys.net X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on discovery X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,RDNS_DYNAMIC, TVD_RCVD_IP autolearn=no version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Subject: Re: [PATCH 0/4][RFC] Remove CROSS_DIR, install cross-packages into native sysroot X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jul 2010 11:25:05 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2010-07-23 at 11:23 +0100, Phil Blundell wrote: > On Fri, 2010-07-23 at 11:35 +0200, Esben Haabendal wrote: > > config.sub will generally not accept something like armv7a-* > > That's probably true, but it ought to accept armv7a-*-* (and has done > for about fifteen years, so I expect almost all packages should now have > picked up that change). I think OE always uses the triple so there > oughtn't to be any problem in practice. With tune-atom.inc active you'd have core2-*-* which I suspect config.sub will not accept. The point is the names we choose for sets of optimisation flags are not necessarily going to map well to config.sub and we shouldn't be crossing what are currently two independent namespaces... Cheers, Richard