Convert dec3100 to decstation.
authorJohn Gilmore <gnu@cygnus>
Wed, 16 Oct 1991 01:10:42 +0000 (01:10 +0000)
committerJohn Gilmore <gnu@cygnus>
Wed, 16 Oct 1991 01:10:42 +0000 (01:10 +0000)
bfd/configure.in

index ce0f7661442685cc62442f9190f20838d13606a6..38c520f2a58b03f52d6ac582134ad18db128941c 100644 (file)
@@ -111,6 +111,13 @@ sony)      bfd_target=news ;;
 intel) bfd_target=${target_cpu}-coff ;;        
 cbm)   bfd_target=${target_cpu}-elf ;;
 
+amd)
+       case "${target_os}"  in
+               ebmon) bfd_target=a29k-coff ;;
+               *) bfd_target=a29k-aout ;;
+       esac
+       ;;
+
 hitachi)
        case "${target_cpu}" in
        h8300) bfd_target=h8300-ieee ;;
@@ -133,7 +140,7 @@ sun)
        ;;
 dec)
        case "${target_cpu}" in
-       mips) bfd_target=dec3100 ;;
+       mips) bfd_target=decstation ;;
        vax) bfd_target=vax ;;
        esac
        ;;
This page took 0.027114 seconds and 4 git commands to generate.