From: John Gilmore Date: Fri, 13 Sep 1991 01:49:40 +0000 (+0000) Subject: * configure.in: Handle a29k-*-* hosts, and targets X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=126334ae30ed3c91040731872f061d13dab3a457;p=binutils-gdb.git * configure.in: Handle a29k-*-* hosts, and targets a29k-*-coff, a29k-*-aout, and a29k-*-sym1. --- diff --git a/bfd/configure.in b/bfd/configure.in index 3d906f9a572..14b443e2809 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -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 ;; *)