mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 22:40:24 +00:00
Use elf on Unixware 7.
This commit is contained in:
parent
a5bc329991
commit
fc997f4bda
@ -1,3 +1,9 @@
|
||||
2000-08-09 Alan Modra <alan@linuxcare.com.au>
|
||||
|
||||
From Rodney Brown <RodneyBrown@mynd.com>
|
||||
* configure.in: Use elf on Unixware 7 (i586-sco-sysv5uw7.1.0)
|
||||
* configure: Regenerate.
|
||||
|
||||
2000-08-08 Jason Eckhardt <jle@cygnus.com>
|
||||
|
||||
* config/tc-i860.h: Rework completely for BFD_ASSEMBLER.
|
||||
|
2
gas/configure
vendored
2
gas/configure
vendored
@ -1765,7 +1765,7 @@ for this_target in $target $canon_targets ; do
|
||||
i386-*-linux*coff*) fmt=coff em=linux ;;
|
||||
i386-*-linux-gnu*) fmt=elf em=linux bfd_gas=yes ;;
|
||||
i386-*-lynxos*) fmt=coff em=lynx ;;
|
||||
i386-*-sysv4* | i386-*-solaris* | i386-*-elf)
|
||||
i386-*-sysv[45]* | i386-*-solaris* | i386-*-elf)
|
||||
fmt=elf bfd_gas=yes ;;
|
||||
i386-*-freebsdaout* | i386-*-freebsd[12].* | i386-*-freebsd[12])
|
||||
fmt=aout em=386bsd ;;
|
||||
|
@ -233,9 +233,9 @@ changequote([,])dnl
|
||||
i386-*-linux*coff*) fmt=coff em=linux ;;
|
||||
i386-*-linux-gnu*) fmt=elf em=linux bfd_gas=yes ;;
|
||||
i386-*-lynxos*) fmt=coff em=lynx ;;
|
||||
i386-*-sysv4* | i386-*-solaris* | i386-*-elf)
|
||||
fmt=elf bfd_gas=yes ;;
|
||||
changequote(,)dnl
|
||||
i386-*-sysv[45]* | i386-*-solaris* | i386-*-elf)
|
||||
fmt=elf bfd_gas=yes ;;
|
||||
i386-*-freebsdaout* | i386-*-freebsd[12].* | i386-*-freebsd[12])
|
||||
fmt=aout em=386bsd ;;
|
||||
changequote([,])dnl
|
||||
|
Loading…
Reference in New Issue
Block a user