From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27305 invoked by alias); 27 Jan 2009 09:21:56 -0000 Received: (qmail 27296 invoked by uid 22791); 27 Jan 2009 09:21:55 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mtaout03-winn.ispmail.ntl.com (HELO mtaout03-winn.ispmail.ntl.com) (81.103.221.49) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 27 Jan 2009 09:21:47 +0000 Received: from aamtaout04-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout03-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20090127092144.WGVM7670.mtaout03-winn.ispmail.ntl.com@aamtaout04-winn.ispmail.ntl.com>; Tue, 27 Jan 2009 09:21:44 +0000 Received: from cog.dallaway.org.uk ([213.106.81.244]) by aamtaout04-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20090127092143.OFWV22934.aamtaout04-winn.ispmail.ntl.com@cog.dallaway.org.uk>; Tue, 27 Jan 2009 09:21:43 +0000 Received: from cog.dallaway.org.uk (cog.dallaway.org.uk [127.0.0.1]) by cog.dallaway.org.uk (8.13.8/8.13.8) with ESMTP id n0R9LHej009142; Tue, 27 Jan 2009 09:21:18 GMT Message-ID: <497ED20D.3040709@dallaway.org.uk> Date: Tue, 27 Jan 2009 09:21:00 -0000 From: John Dallaway User-Agent: Thunderbird 2.0.0.19 (X11/20090107) MIME-Version: 1.0 To: Bart Veer CC: ecos-maintainers@sourceware.org Subject: Re: update ARM platform HALs References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact ecos-maintainers-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-maintainers-owner@ecos.sourceware.org X-SW-Source: 2009-01/txt/msg00022.txt.bz2 Hi Bart Bart Veer wrote: > This patch updates all ARM platform HALs to use arm-eabi-gcc instead > of arm-elf-gcc, and removes -mno-short-load-words from platforms that > still used it. Thank you for the check-in. The eCosCentric arm-eabi pre-built toolchains do not include StrongARM multi-libs. AFAIK, users who want to build eCos for these targets will therefore need to either build their own arm-eabi-gcc or revert to CYGBLD_GLOBAL_COMMAND_PREFIX == "arm-elf" and use the older arm-elf-gcc 3.2.1. Can you please let me know what the intention is here so I can mention this in the eCos 3.0 release notes? John Dallaway