mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
* configure.in (i960-*-{aout,bout}): Support these.
This commit is contained in:
parent
76ba9b5be5
commit
6ac0534341
@ -51,6 +51,8 @@ case "${target}" in
|
||||
i[34]86-*-bsd*) bfd_target=i386-bsd ;;
|
||||
i[34]86-none-*) bfd_target=i386-coff ;;
|
||||
i960-*-vxworks) bfd_target=i960-bout ;;
|
||||
i960-*-aout) bfd_target=i960-bout ;;
|
||||
i960-*-bout) bfd_target=i960-bout ;;
|
||||
m68*-hp-bsd) bfd_target=hp300bsd ;;
|
||||
m68*-*-aout) bfd_target=m68k-aout ;;
|
||||
m68*-*-coff) bfd_target=m68k-coff ;;
|
||||
|
Loading…
Reference in New Issue
Block a user