From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9585 invoked by alias); 29 Jan 2007 18:56:49 -0000 Received: (qmail 9577 invoked by uid 22791); 29 Jan 2007 18:56:49 -0000 X-Spam-Status: No, hits=-0.1 required=5.0 tests=BAYES_00,UNPARSEABLE_RELAY X-Spam-Check-By: sourceware.org Received: from agminet01.oracle.com (HELO agminet01.oracle.com) (141.146.126.228) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 29 Jan 2007 18:56:41 +0000 Received: from rgmgw2.us.oracle.com (rgmgw2.us.oracle.com [138.1.186.111]) by agminet01.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id l0TIsdOd014225; Mon, 29 Jan 2007 12:54:40 -0600 Received: from rcsmt251.oracle.com (rcsmt251.oracle.com [148.87.90.196]) by rgmgw2.us.oracle.com (Switch-3.2.4/Switch-3.1.7) with ESMTP id l0TEX4I9031715; Mon, 29 Jan 2007 11:54:37 -0700 Received: from ca-server1.us.oracle.com by rcsmt250.oracle.com with ESMTP id 2404663671170096793; Mon, 29 Jan 2007 11:53:13 -0700 Date: Mon, 29 Jan 2007 18:56:00 -0000 From: Randy Dunlap To: Richard Purdie Cc: Andrew Morton , Mathieu Desnoyers , Thomas@maccavity.nachtwache.org, Christoph@maccavity.nachtwache.org, Kroah-Hartman , linux-kernel@vger.kernel.org, Greg@maccavity.nachtwache.org, "Martin J. Bligh" , Hellwig , Linus Torvalds , Ingo@maccavity.nachtwache.org, ltt-dev@shafik.org, systemtap@sources.redhat.com, Paul Mackerras , Gleixner , Douglas Niehaus , Molnar Subject: Re: [Ltt-dev] [PATCH 00/09] atomic.h : standardizing atomic primitives Message-Id: <20070129104943.a42f0c6c.randy.dunlap@oracle.com> In-Reply-To: <1170095809.5833.72.camel@localhost.localdomain> References: <11697417541743-git-send-email-mathieu.desnoyers@polymtl.ca> <20070127021834.e26e955d.akpm@osdl.org> <20070127181116.GA5158@Krystal> <20070127120512.04a98fcd.akpm@osdl.org> <1170095809.5833.72.camel@localhost.localdomain> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.3.0 (GTK+ 2.8.10; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Whitelist: TRUE X-Whitelist: TRUE X-Brightmail-Tracker: AAAAAQAAAAI= Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2007-q1/txt/msg00260.txt.bz2 On Mon, 29 Jan 2007 18:36:49 +0000 Richard Purdie wrote: > On Sat, 2007-01-27 at 12:05 -0800, Andrew Morton wrote: > > On Sat, 27 Jan 2007 13:11:16 -0500 > > Mathieu Desnoyers wrote: > > > > > I am currently trying crosstool by Dan Kegel, it looks promising. > > > http://www.kegel.com/crosstool/ > > > > Yeah, I spent a frustrating two days with crosstool, managed to eke a > > number of cross-compilers out of it, but it took a *lot* of experimentation > > with gcc, glibc and binutils versions to get combinations which actually > > work. Good luck ;) > > FWIW, OpenEmbedded (http://www.openembedded.org/) is a very capable > toolchain builder amongst other things. I built an ARM toolchain for > Andrew a while back with it. I'm personally not sure of its support > outside ARM/i386 since I don't have hardware to test any other output > but others use it for a variety of targets and new ones are simple to > add due to its design. > > I could probably arrange to share an ARM toolchain if there was > demand... I'd certainly like to see/use it. --- ~Randy