* configure.in: Handle a29k-*-* hosts, and targets

a29k-*-coff, a29k-*-aout, and a29k-*-sym1.
This commit is contained in:
John Gilmore
1991-09-13 01:49:40 +00:00
parent 07cfbae199
commit 126334ae30

View File

@ -57,8 +57,15 @@ else
esac
;;
rtpc) bfd_host=rtbsd ;;
tahoe | vax) bfd_host=${host_cpu} ;;
rtpc) bfd_host=rtbsd
;;
a29k) bfd_host=ultra3
;;
tahoe | vax)
bfd_host=${host_cpu}
;;
esac
fi
@ -105,6 +112,12 @@ hp)
none)
case "${target_cpu}" in
i386) bfd_target=i386-coff ;;
a29k) case "${target_os} in
aout) bfd_target=a29k-aout ;;
coff) bfd_target=a29k-coff ;;
sym1) bfd_target=a29k-coff ;;
esac
;;
esac
;;
*)