This is the mail archive of the libc-help@sourceware.org mailing list for the glibc 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: Target triplets



On 11/01/2019 05:59, Christer Solskogen wrote:
> I find this in GLIBC's README
> 
>         aarch64*-*-linux-gnu
>         alpha*-*-linux-gnu
>         arm-*-linux-gnueabi
>         hppa-*-linux-gnu
>         i[4567]86-*-linux-gnu
>         x86_64-*-linux-gnu      Can build either x86_64 or x32
>         ia64-*-linux-gnu
>         m68k-*-linux-gnu
>         microblaze*-*-linux-gnu
>         mips-*-linux-gnu
>         mips64-*-linux-gnu
>         powerpc-*-linux-gnu     Hardware or software floating point, BE only.
>         powerpc64*-*-linux-gnu  Big-endian and little-endian.
>         s390-*-linux-gnu
>         s390x-*-linux-gnu
>         riscv64-*-linux-gnu
>         sh[34]-*-linux-gnu
>         sparc*-*-linux-gnu
>         sparc64*-*-linux-gnu
> 
> 
> Does anyone know why arm is the only one that ends with gnueabi?
> 

And 2.29 will support csky-*-linux-gnuabiv2. The suffix naming is usually
a convention defined by the ABI creator.


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