1999-06-12 David O'Brien <obrien@freebsd.org>
* configure.in: (i[3456]86-*-freebsd*): Now defaults to ELF. * configure: Rebuild.
This commit is contained in:
parent
cc3bfcee61
commit
008960a5a4
3 changed files with 177 additions and 170 deletions
|
@ -1,3 +1,8 @@
|
|||
1999-06-12 David O'Brien <obrien@freebsd.org>
|
||||
|
||||
* configure.in: (i[3456]86-*-freebsd*): Now defaults to ELF.
|
||||
* configure: Rebuild.
|
||||
|
||||
1999-06-12 Ian Lance Taylor <ian@zembu.com>
|
||||
|
||||
* dwarf2dbg.c: Include elf/dwarf2.h with "", not <>.
|
||||
|
|
337
gas/configure
vendored
337
gas/configure
vendored
File diff suppressed because it is too large
Load diff
|
@ -176,8 +176,9 @@ changequote([,])dnl
|
|||
i386-*-lynxos*) fmt=coff em=lynx ;;
|
||||
i386-*-sysv4* | i386-*-solaris* | i386-*-elf)
|
||||
fmt=elf bfd_gas=yes ;;
|
||||
i386-*-freebsdelf*) fmt=elf bfd_gas=yes ;;
|
||||
i386-*-freebsd*) fmt=aout em=386bsd ;;
|
||||
i386-*-freebsdaout* | i386-*-freebsd[12].* | i386-*-freebsd[12])
|
||||
fmt=aout em=386bsd ;;
|
||||
i386-*-freebsd*) fmt=elf bfd_gas=yes ;;
|
||||
i386-*-coff | i386-*-sysv* | i386-*-sco3.2v5*coff | i386-*-isc*)
|
||||
fmt=coff ;;
|
||||
i386-*-sco3.2v5*) fmt=elf
|
||||
|
|
Loading…
Reference in a new issue