* configure.in: Handle a29k-*-* hosts, and targets
authorJohn Gilmore <gnu@cygnus>
Fri, 13 Sep 1991 01:49:40 +0000 (01:49 +0000)
committerJohn Gilmore <gnu@cygnus>
Fri, 13 Sep 1991 01:49:40 +0000 (01:49 +0000)
a29k-*-coff, a29k-*-aout, and a29k-*-sym1.

bfd/configure.in

index 3d906f9a572579749c94014af5a625de657976d9..14b443e2809bcbba6d11520e8abc585d28f1033b 100644 (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
        ;;
 *)