This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [patch] Add support for arm-none-linux-gnueabi (Take 2)


On Thursday 15 September 2005 23:47, Eric Christopher wrote:
> >> +  arm-*-linux-gnueabi)
> >> +    noconfigdirs="$noconfigdirs target-libffi target-qthreads"
> >> +    noconfigdirs="$noconfigdirs target-libjava target-libobjc"
> >
> > This should probably be arm*-*-linux-gnueabi.
>
> 16/64 bit arm in the works? 

No, but there are big-endian variants.  It's also fairly common to use 
architecture versions (eg. armv5-whatever).

> If so, should probably change the rest of  the arm bits in configure.in.

Probably. gcc, binutils and newlib are somewhat inconsistent about what they 
accept.  arm*- is also consistent with the other occurrence in this patch.

Paul


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