From: David O'Brien Date: Tue, 17 Apr 2001 01:36:23 +0000 (+0000) Subject: 2001-04-16 David O'Brien X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c33f1da00b1780746992ac20ca6f91d415789fc;p=binutils-gdb.git 2001-04-16 David O'Brien * configure.in: Add the em type for FreeBSD targets. * configure: Regenerate. Approved by: Alan Modra <20010414192409.C16364@squeak.one.net.au> Philip Blundell --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 44f4ec0770d..528df310d06 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2001-04-16 David O'Brien + + * configure.in: Add the em type for FreeBSD targets. + * configure: Regenerate. + 2001-04-14 Alexandre Oliva * struc-symbol.h (struct local_symbol): New TC_LOCAL_SYMFIELD_TYPE. diff --git a/gas/configure b/gas/configure index 27061ed6023..18f00b0bfa6 100755 --- a/gas/configure +++ b/gas/configure @@ -2595,7 +2595,7 @@ EOF *-*-aout | *-*-scout) fmt=aout ;; - *-*-freebsd*) fmt=elf bfd_gas=yes ;; + *-*-freebsd*) fmt=elf em=freebsd bfd_gas=yes ;; *-*-nindy*) fmt=bout ;; *-*-bsd*) diff --git a/gas/configure.in b/gas/configure.in index 56ac0a2fdb1..4ecf3d07c16 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -450,7 +450,7 @@ changequote([,])dnl *-*-aout | *-*-scout) fmt=aout ;; - *-*-freebsd*) fmt=elf bfd_gas=yes ;; + *-*-freebsd*) fmt=elf em=freebsd bfd_gas=yes ;; *-*-nindy*) fmt=bout ;; *-*-bsd*)