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]

[PATCH] configure.in: add em type for FreeBSD targets


Permission to commit to 2.11 branch + head?

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gas/ChangeLog,v
retrieving revision 1.747.2.30
diff -u -r1.747.2.30 ChangeLog
--- ChangeLog	2001/04/02 21:53:30	1.747.2.30
+++ ChangeLog	2001/04/13 08:26:08
@@ -1,3 +1,8 @@
+2001-04-13  David O'Brien  <obrien@FreeBSD.org>
+
+	* configure.in: Add the em type for FreeBSD targets.
+	* configure: Regenerate.
+
 2001-04-02  Philip Blundell  <philb@gnu.org>
 
 	From 2001-03-17  Richard Henderson  <rth@redhat.com>
Index: configure.in
===================================================================
RCS file: /cvs/src/src/gas/configure.in,v
retrieving revision 1.55.2.3
diff -u -r1.55.2.3 configure.in
--- configure.in	2001/03/27 00:52:11	1.55.2.3
+++ configure.in	2001/04/13 08:26:08
@@ -436,7 +436,7 @@
 
       w65-*-*)              fmt=coff ;;
 
-      *-*-freebsd*)	    fmt=elf bfd_gas=yes ;;
+      *-*-freebsd*)	    fmt=elf em=freebsd bfd_gas=yes ;;
       *-*-aout | *-*-scout)
 			    fmt=aout ;;
       *-*-nindy*)


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