This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc/gcc ChangeLog config.gcc config/netbsd-aou ...
- From: Richard Earnshaw <rearnsha at arm dot com>
- To: thorpej at wasabisystems dot com
- Cc: rearnsha at gcc dot gnu dot org, gcc at gcc dot gnu dot org
- Date: Mon, 28 Jan 2002 18:17:33 +0000
- Subject: Re: gcc/gcc ChangeLog config.gcc config/netbsd-aou ...
- Organization: ARM Ltd.
- Reply-to: Richard dot Earnshaw at arm dot com
> > * config.gcc (*-*-netbsdelf*): Set up generic parameters.
> > (*-*-netbsd*): Always use collect2. Remove collect2 settings from
> > other non-elf netbsd config frags.
>
> Erk.
>
> This is not right. Not all ELF targets are named "netbsdelf". Only
> ones that started life as a.out or COFF are named "netbsdelf". So, e.g.
> MIPS ELF is called "mipsel-netbsd".
Argh! That's a pain. It would be so much nicer if we could tell from the
config string what the target object format was...
OK, I'll revert that part. I don't think it will affect the rest of the
patch.
R.