Ken Moffat wrote: > I'd like to get the libttool-32 testsuite instructions fixed up for > the remaining multilib arches. This means specifying the desired > LDEMULATIONs for mips and sparc. Sparc looks easy, the only > available emulation seems to be elf32_sparc. Mips, however, looks > like a can of worms : there are -32 and -n32 builds, and a choice of > elf32btsmp or elf32ltsmp (big/little endian). Has anybody got an > idiot's guide to matching -32 and -n32 to the emulations ? Do we > support both big and little endian mips ? > > Ken > Ken,
This is the output of ld --help | grep emulations on my SGI box. ld: supported emulations: elf32btsmipn32 elf32ltsmipn32 elf32btsmip elf32ltsmip elf64btsmip elf64ltsmip It looks like the user is going to have to use the correct command for their system. Big Endian 32 - elf32btsmip Little Endian 32 - elf32ltsmip Big Endian n32 - elf32btsmipn32 Little Endian n32 - elf32ltsmipn32 _______________________________________________ Clfs-dev mailing list [email protected] http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-dev
