public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] gas FreeBSD/Alpha configure support
@ 2000-05-22 15:39 David O'Brien
  2000-05-22 16:17 ` Hans-Peter Nilsson
  0 siblings, 1 reply; 13+ messages in thread
From: David O'Brien @ 2000-05-22 15:39 UTC (permalink / raw)
  To: GNU Binutils mailing list

Note that the generation of configure from configure.in had an error for
FreeBSD 2.x machines.  This patch is for both HEAD and the 2.10 branch.


2000-05-22  David O'Brien  <obrien@FreeBSD.org>

	* configure: Recognize alpha-*-freebsd*.

Index: gas/configure
===================================================================
RCS file: /cvs/src/src/gas/configure,v
retrieving revision 1.22.2.2
diff -u -r1.22.2.2 configure
--- configure	2000/05/13 12:23:45	1.22.2.2
+++ configure	2000/05/22 22:35:57
@@ -1669,6 +1669,7 @@
       alpha*-*-osf*)        fmt=ecoff ;;
       alpha*-*-linuxecoff*) fmt=ecoff ;;
       alpha*-*-linux-gnu*)  fmt=elf em=linux ;;
+      alpha*-*-freebsd*)    fmt=elf em=freebsd ;;
       alpha*-*-netbsd*)     fmt=elf em=nbsd ;;
 
       arc-*-elf*)           fmt=elf bfd_gas=yes ;;
@@ -1721,7 +1722,7 @@
       i386-*-lynxos*)       fmt=coff em=lynx ;;
       i386-*-sysv4* | i386-*-solaris* | i386-*-elf)
 			    fmt=elf bfd_gas=yes ;;
-      i386-*-freebsdaout* | i386-*-freebsd12.* | i386-*-freebsd12)
+      i386-*-freebsdaout* | i386-*-freebsd[12].* | i386-*-freebsd[12])
                             fmt=aout em=386bsd ;;
       i386-*-freebsd*)	    fmt=elf bfd_gas=yes ;;
       i386-*-coff | i386-*-sysv* | i386-*-sco3.2v5*coff | i386-*-isc*)

Index: gas/configure.in
===================================================================
RCS file: /cvs/src/src/gas/configure.in,v
retrieving revision 1.19.2.1
diff -u -r1.19.2.1 configure.in
--- configure.in	2000/05/13 12:23:46	1.19.2.1
+++ configure.in	2000/05/22 22:35:59
@@ -147,6 +147,7 @@
       alpha*-*-osf*)        fmt=ecoff ;;
       alpha*-*-linuxecoff*) fmt=ecoff ;;
       alpha*-*-linux-gnu*)  fmt=elf em=linux ;;
+      alpha*-*-freebsd*)    fmt=elf em=freebsd ;;
       alpha*-*-netbsd*)     fmt=elf em=nbsd ;;
 
       arc-*-elf*)           fmt=elf bfd_gas=yes ;;

^ permalink raw reply	[flat|nested] 13+ messages in thread
* Re: [PATCH] gas FreeBSD/Alpha configure support
@ 2000-05-22 15:44 Nick Clifton
  0 siblings, 0 replies; 13+ messages in thread
From: Nick Clifton @ 2000-05-22 15:44 UTC (permalink / raw)
  To: obrien; +Cc: binutils

Hi David,

: 2000-05-22  David O'Brien  <obrien@FreeBSD.org>
: 
: 	* configure: Recognize alpha-*-freebsd*.

Approved.

Cheers
	Nick

^ permalink raw reply	[flat|nested] 13+ messages in thread
* next release
@ 2000-12-27  2:47 Philip Blundell
  2000-12-27  9:20 ` Hans-Peter Nilsson
  0 siblings, 1 reply; 13+ messages in thread
From: Philip Blundell @ 2000-12-27  2:47 UTC (permalink / raw)
  To: binutils

So, it's that time again when thoughts inevitably turn to a new version of 
GNU binutils.  I'd like to aim for a release at the start of March, with a 
freeze at the end of January.  

If you're sitting on patches for new ports or other features, the next few 
weeks are the ideal time to dust 'em off and send 'em in.  If you're working 
on something that you'd like to be included, but you aren't sure it will be 
ready in time, let me know.

Please test your favourite targets and make sure they are in tip-top condition.  
If you know of bugs, or missing functionality, speak out now.

Thanks

p.


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2000-12-27 13:14 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-05-22 15:39 [PATCH] gas FreeBSD/Alpha configure support David O'Brien
2000-05-22 16:17 ` Hans-Peter Nilsson
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

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).