This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Re: "Bad" and "good" GCC FLAGS for ECOS environment


Grant Edwards wrote:
> On 2008-11-14, Jonathan Larmour <jifl@eCosCentric.com> wrote:
> 
>> I will mention though that the aeb isn't supported with the
>> new tools as it is arm7di.
> 
> I'm unclear on what that means.  Are ARM7 targets are no longer
> supported?

Modern ARM7 targets are supported and in fact arm7tdmi is the default
target cpu. The arm7di though has no hardware 32x32 multiplier (the 'm').
We wouldn't want to drop multiplier support for arm7tdmi if we made a
lowest-common-denominator multilib (there's lots of math stuff in libgcc
for example, especially soft FP). But for such an ancient core, it's not
worth the effort and disk space of a separate multilib. There's always the
existing 3.2.1 tools.

Jifl
-- 
eCosCentric Limited      http://www.eCosCentric.com/     The eCos experts
Barnwell House, Barnwell Drive, Cambridge, UK.       Tel: +44 1223 245571
Registered in England and Wales: Reg No 4422071.
------["Si fractum non sit, noli id reficere"]------       Opinions==mine

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]