* configure.in: Add a29k-amd-udi.

This commit is contained in:
Stu Grossman 1992-04-24 14:37:32 +00:00
parent 66a8a9b4d2
commit 7b42a5d9ff
2 changed files with 7 additions and 0 deletions

View File

@ -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)
* aoutx.h (aout_<bits>_swap_exec_header_in): Zero out the

View File

@ -78,6 +78,7 @@ i386)
;;
*)
case "${host_os}" in
go32) my_host=go32 ;;
sysv4*) my_host=i386v4 ;;
sysv* | scosysv*) my_host=i386v ;;
mach*) my_host=i386mach ;;
@ -143,6 +144,7 @@ unknown)
case "${target_os}" in
bsd) bfd_target=${target_cpu}-aout ;;
sysv4*) bfd_target=${target_cpu}-elf ;;
go32) bfd_target=i386-aout ;;
sysv* | scosysv*) bfd_target=${target_cpu}-coff ;;
none) case "${target_cpu}" in
tahoe | vax) bfd_target=${target_cpu} ;;
@ -159,6 +161,7 @@ ibm) my_host=rs6000
amd)
case "${target_os}" in
ebmon) bfd_target=a29k-coff ;;
udi) bfd_target=a29k-coff ;;
*) bfd_target=a29k-aout ;;
esac
;;