diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 | ||||
-rwxr-xr-x | gas/configure | 2 | ||||
-rw-r--r-- | gas/configure.in | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 44f4ec0..528df31 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2001-04-16 David O'Brien <obrien@FreeBSD.org> + + * configure.in: Add the em type for FreeBSD targets. + * configure: Regenerate. + 2001-04-14 Alexandre Oliva <aoliva@redhat.com> * struc-symbol.h (struct local_symbol): New TC_LOCAL_SYMFIELD_TYPE. diff --git a/gas/configure b/gas/configure index 27061ed..18f00b0 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 56ac0a2..4ecf3d0 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*) |