support for GNU/FreeBSD

Bruno Haible haible@ilog.fr
Thu Jul 4 14:20:00 GMT 2002


David O'Brien writes:

> > +       i386-*-freebsd*-gnu*) fmt=elf em=freebsd bfd_gas=yes ;;
> 
> This shouldn't be needed.  The catch all:
> 
>     *-*-freebsd*)         fmt=elf em=freebsd bfd_gas=yes ;;
> 
> (line 991, rev 1.109) should work for "i386-*-freebsd*-gnu*" also.

It *is* needed because the catch-all line

      i386-*-gnu*)          fmt=elf ;;

comes earlier and therefore takes precedence over the line that you
mention.

Bruno



More information about the Binutils mailing list