public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Hans-Peter Nilsson <hans-peter.nilsson@axis.com>
To: binutils@sourceware.cygnus.com
Cc: obrien@NUXI.com
Subject: Re: [PATCH] gas FreeBSD/Alpha configure support
Date: Mon, 22 May 2000 16:17:00 -0000	[thread overview]
Message-ID: <200005222314.BAA22513@ignucius.axis.se> (raw)
In-Reply-To: <20000522153952.A17903@dragon.nuxi.com>

> Date: Mon, 22 May 2000 15:39:52 -0700
> From: "David O'Brien" <obrien@NUXI.com>

Being responsible for the last gas/configure generation, I felt
compelled to reply.

> Note that the generation of configure from configure.in had an error for
> FreeBSD 2.x machines.

Not so much a generation error as gas/configure.in having a
quotation bug.  I'm using Ian's recommended auto* snapshots, so
it's impossible for there to be a bug. :-)

BTW, please don't patch */configure (except the toplevel one)
which are generated files; patch configure.in like below.

Ok to commit?

Tue May 23 00:57:05 2000  Hans-Peter Nilsson  <hp@axis.com>

	* configure.in (i386-*-freebsd* entry): Quote properly.
	* configure: Regenerate.

Index: configure.in
===================================================================
RCS file: /cvs/src/src/gas/configure.in,v
retrieving revision 1.27
diff -p -c -r1.27 configure.in
*** configure.in	2000/05/21 18:26:10	1.27
--- configure.in	2000/05/22 22:56:39
*************** changequote([,])dnl
*** 229,236 ****
--- 231,240 ----
        i386-*-lynxos*)       fmt=coff em=lynx ;;
        i386-*-sysv4* | i386-*-solaris* | i386-*-elf)
  			    fmt=elf bfd_gas=yes ;;
+ changequote(,)dnl
        i386-*-freebsdaout* | i386-*-freebsd[12].* | i386-*-freebsd[12])
                              fmt=aout em=386bsd ;;
+ changequote([,])dnl
        i386-*-freebsd*)	    fmt=elf bfd_gas=yes ;;
        i386-*-coff | i386-*-sysv* | i386-*-sco3.2v5*coff | i386-*-isc*)
                            fmt=coff ;;

brgds, H-P

  reply	other threads:[~2000-05-22 16:17 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-05-22 15:39 David O'Brien
2000-05-22 16:17 ` Hans-Peter Nilsson [this message]
2000-05-23  1:20   ` Philip Blundell
2000-05-23  9:47     ` David O'Brien
2000-05-23 10:07       ` Philip Blundell
2000-05-23 10:44         ` David O'Brien
2000-05-28  6:46           ` Philip Blundell
2000-05-22 15:44 Nick Clifton
2000-12-27  2:47 next release Philip Blundell
2000-12-27  9:20 ` Hans-Peter Nilsson
2000-12-27  9:33   ` Philip Blundell
2000-12-27 13:14     ` David O'Brien
2000-12-27  9:51   ` Alexandre Oliva

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=200005222314.BAA22513@ignucius.axis.se \
    --to=hans-peter.nilsson@axis.com \
    --cc=binutils@sourceware.cygnus.com \
    --cc=obrien@NUXI.com \
    /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).