This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: target removal...
- From: Rainer Orth <ro at TechFak dot Uni-Bielefeld dot DE>
- To: dewar at gnat dot com (Robert Dewar)
- Cc: anguiano at codesourcery dot com, howarth at bromo dot med dot uc dot edu, gcc at gcc dot gnu dot org
- Date: 10 Jun 2002 12:01:33 +0200
- Subject: Re: target removal...
- References: <20020608022903.8CB00F2CB0@nile.gnat.com>
dewar@gnat.com (Robert Dewar) writes:
> Perhaps I misunderstand, but I thought that IRIX 5 in GCC speak
> in fact means -o32, which is in fact fully supported in IRIX 6.
No, the mips-sgi-irix5 configuration won't produce a working O32 ABI gcc on
an IRIX 6 box since that configuration doesn't include the necessary bits
to handle e.g. the multi-ABI requirements of SGIs system headers. A patch
to fix this is forthcoming, though (the changes compared to the irix5
config are fairly small).
Rainer