This is the mail archive of the libc-alpha@sources.redhat.com 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: enable n32 and n64, and move o32 into mips/mips32


On Mar 20, 2003, Roland McGrath <roland at redhat dot 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 at {redhat dot com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva at {lsd dot ic dot unicamp dot br, gnu.org}
Free Software Evangelist                Professional serial bug killer


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