enable n32 and n64, and move o32 into mips/mips32

Alexandre Oliva aoliva@redhat.com
Fri Mar 21 00:07:00 GMT 2003


On Mar 20, 2003, Roland McGrath <roland@redhat.com> wrote:

>> Point is mips64-linux-gnu isn't enough to determine the configuration.

> I think that constitutes a violation of the configure standards.

It is not.  Dozens of different configure tuples don't determine an
ABI.  All of the *-elf, *-coff, etc targets that support multiple ABIs
have a single tuple, and use the compiler to determine which ABI to
target.  Ditto for mips-sgi-irix6.5.

Unfortunately, the idea of having config.sub canonicalize the triplet
based on $CC $CFLAGS won't run: it is config.guess, not config.sub,
that uses the compiler, and even then, it uses CC_FOR_BUILD, not
CFLAGS.

I have another idea that I'm exploring right now.  I'll let you know
when I've got it working.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer



More information about the Libc-alpha mailing list