This is the mail archive of the binutils@sourceware.cygnus.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]

Re: [PATCH] gas FreeBSD/Alpha configure support


> 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

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