mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
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:
@@ -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*)
|
||||
|
||||
Reference in New Issue
Block a user