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


On Thu, Jul 04, 2002 at 08:05:11PM +0200, Bruno Haible wrote:
> gas/ChangeLog:
> 2002-07-04  Bruno Haible  <bruno@clisp.org>
> 
> 	* configure.in: Add support for GNU/FreeBSD systems.
> *** binutils-2.12.90.0.14/gas/configure.in.bak	Wed Jun 19 06:41:59 2002
> --- binutils-2.12.90.0.14/gas/configure.in	Wed Jul  3 00:21:08 2002
> ***************
> *** 277,282 ****
> --- 277,283 ----
>         i386-*-freebsdaout* | i386-*-freebsd[12].* | i386-*-freebsd[12])
>                               fmt=aout em=386bsd ;;
>   changequote([,])dnl
> +       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.

-- 
-- David  (obrien@FreeBSD.org)


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