This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: support for GNU/FreeBSD


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


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