public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: "David O'Brien" <obrien@FreeBSD.org>
To: Bruno Haible <bruno@clisp.org>
Cc: binutils@sources.redhat.com
Subject: Re: support for GNU/FreeBSD
Date: Thu, 04 Jul 2002 13:59:00 -0000	[thread overview]
Message-ID: <20020704131734.C21851@dragon.nuxi.com> (raw)
In-Reply-To: <15652.36439.724786.981435@honolulu.ilog.fr>; from bruno@clisp.org on Thu, Jul 04, 2002 at 08:05:11PM +0200

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)

  reply	other threads:[~2002-07-04 20:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-04 13:14 Bruno Haible
2002-07-04 13:59 ` David O'Brien [this message]
2002-07-04 14:20   ` Bruno Haible

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020704131734.C21851@dragon.nuxi.com \
    --to=obrien@freebsd.org \
    --cc=binutils@sources.redhat.com \
    --cc=bruno@clisp.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).