2001-04-16 David O'Brien <obrien@FreeBSD.org>
* configure.in: Add the em type for FreeBSD targets. * configure: Regenerate. Approved by: Alan Modra <amodra@one.net.au> <20010414192409.C16364@squeak.one.net.au> Philip Blundell <philb@gnu.org> <E14o06W-0002IT-00@kings-cross.london.uk.eu.org>
This commit is contained in:
parent
4d1bcd09bd
commit
1c33f1da00
3 changed files with 7 additions and 2 deletions
|
@ -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.
|
||||
|
|
2
gas/configure
vendored
2
gas/configure
vendored
|
@ -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*)
|
||||
|
|
|
@ -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*)
|
||||
|
|
Loading…
Reference in a new issue