mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 23:57:03 +08:00
* configure.in: Add a29k-amd-udi.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Fri Apr 24 07:35:26 1992 Stu Grossman (grossman at cygnus.com)
|
||||||
|
|
||||||
|
* configure.in: Add a29k-amd-udi.
|
||||||
|
|
||||||
Thu Apr 23 18:37:55 1992 Fred Fish (fnf@cygnus.com)
|
Thu Apr 23 18:37:55 1992 Fred Fish (fnf@cygnus.com)
|
||||||
|
|
||||||
* aoutx.h (aout_<bits>_swap_exec_header_in): Zero out the
|
* aoutx.h (aout_<bits>_swap_exec_header_in): Zero out the
|
||||||
|
@ -78,6 +78,7 @@ i386)
|
|||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
case "${host_os}" in
|
case "${host_os}" in
|
||||||
|
go32) my_host=go32 ;;
|
||||||
sysv4*) my_host=i386v4 ;;
|
sysv4*) my_host=i386v4 ;;
|
||||||
sysv* | scosysv*) my_host=i386v ;;
|
sysv* | scosysv*) my_host=i386v ;;
|
||||||
mach*) my_host=i386mach ;;
|
mach*) my_host=i386mach ;;
|
||||||
@ -143,6 +144,7 @@ unknown)
|
|||||||
case "${target_os}" in
|
case "${target_os}" in
|
||||||
bsd) bfd_target=${target_cpu}-aout ;;
|
bsd) bfd_target=${target_cpu}-aout ;;
|
||||||
sysv4*) bfd_target=${target_cpu}-elf ;;
|
sysv4*) bfd_target=${target_cpu}-elf ;;
|
||||||
|
go32) bfd_target=i386-aout ;;
|
||||||
sysv* | scosysv*) bfd_target=${target_cpu}-coff ;;
|
sysv* | scosysv*) bfd_target=${target_cpu}-coff ;;
|
||||||
none) case "${target_cpu}" in
|
none) case "${target_cpu}" in
|
||||||
tahoe | vax) bfd_target=${target_cpu} ;;
|
tahoe | vax) bfd_target=${target_cpu} ;;
|
||||||
@ -159,6 +161,7 @@ ibm) my_host=rs6000
|
|||||||
amd)
|
amd)
|
||||||
case "${target_os}" in
|
case "${target_os}" in
|
||||||
ebmon) bfd_target=a29k-coff ;;
|
ebmon) bfd_target=a29k-coff ;;
|
||||||
|
udi) bfd_target=a29k-coff ;;
|
||||||
*) bfd_target=a29k-aout ;;
|
*) bfd_target=a29k-aout ;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user