Remove sh5 and sh64 support
[deliverable/binutils-gdb.git] / gas / configure.tgt
index 9d5e781366ea0278149a4ffb69e7d653ccf7725c..2992825abde70ee508dc51d59abd94ab2d19b3c4 100644 (file)
@@ -1,6 +1,6 @@
 # gas target specific configuration file.  This is a -*- sh -*- file.
 #
-#   Copyright (C) 2012-2017 Free Software Foundation, Inc.
+#   Copyright (C) 2012-2018 Free Software Foundation, Inc.
 #
 # This file is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -97,10 +97,6 @@ case ${cpu} in
   s390*)               cpu_type=s390 arch=s390 ;;
   score*l)             cpu_type=score endian=little ;;
   score*)              cpu_type=score endian=big ;;
-  sh5le*)              cpu_type=sh64 endian=little ;;
-  sh5*)                        cpu_type=sh64 endian=big ;;
-  sh64le*)             cpu_type=sh64 endian=little ;;
-  sh64*)               cpu_type=sh64 endian=big ;;
   sh*le)               cpu_type=sh endian=little ;;
   sh*)                 cpu_type=sh endian=big ;;
   sparc64* | sparcv9*) cpu_type=sparc arch=v9-64 ;;
@@ -217,8 +213,6 @@ case ${generic_target} in
   h8300-*-elf)                         fmt=elf ;;
   h8300-*-linux*)                      fmt=elf em=linux ;;
 
-  i370-*-elf* | i370-*-linux*)         fmt=elf ;;
-
   i386-ibm-aix*)                       fmt=coff em=i386aix ;;
   i386-sequent-bsd*)                   fmt=aout em=dynix ;;
   i386-*-beospe*)                      fmt=coff em=pe ;;
@@ -292,10 +286,6 @@ case ${generic_target} in
   i386-*-rdos*)                                fmt=elf ;;
   i386-*-darwin*)                      fmt=macho ;;
 
-  i860-*-*)                            fmt=elf endian=little ;;
-
-  i960-*-elf*)                         fmt=elf ;;
-
   ia16-*-elf*)                         fmt=elf ;;
 
   ia64-*-elf*)                         fmt=elf ;;
@@ -345,12 +335,13 @@ case ${generic_target} in
   mips*-*-linux*)                      fmt=elf em=tmips ;;
   mips*-*-freebsd* | mips*-*-kfreebsd*-gnu)
                                        fmt=elf em=freebsd ;;
-  mips-*-sysv4*MP* | mips-*-gnu*)      fmt=elf em=tmips ;;
+  mips-*-sysv4* | mips-*-gnu*)         fmt=elf em=tmips ;;
   mips*-sde-elf* | mips*-mti-elf* | mips*-img-elf*)
                                        fmt=elf em=tmips ;;
   mips-*-elf*)                         fmt=elf ;;
   mips-*-netbsd*)                      fmt=elf em=tmips ;;
   mips-*-openbsd*)                     fmt=elf em=tmips ;;
+  mips-*-windiss)                      fmt=elf ;;
 
   mmix-*-*)                            fmt=elf ;;
 
@@ -412,14 +403,11 @@ case ${generic_target} in
       sh*eb)   endian=big ;;
       *)       endian=little ;;
     esac ;;
-  sh5*-*-netbsd*)                      fmt=elf em=nbsd ;;
-  sh64*-*-netbsd*)                     fmt=elf em=nbsd ;;
   sh*-*-netbsdelf*)                    fmt=elf em=nbsd
     case ${cpu} in
       sh*l*)   endian=little ;;
       *)       endian=big ;;
     esac ;;
-  sh*-*-symbianelf*)                   fmt=elf endian=little ;;
   sh-*-elf*)                           fmt=elf ;;
   sh-*-uclinux* | sh[12]-*-uclinux*)   fmt=elf em=uclinux ;;
   sh-*-coff*)                          fmt=coff ;;
@@ -427,7 +415,6 @@ case ${generic_target} in
   sh-*-pe*)                            fmt=coff em=pe bfd_gas=yes endian=little ;;
   sh-*-kaos*)                          fmt=elf ;;
   shle*-*-kaos*)                       fmt=elf ;;
-  sh64-*-elf*)                         fmt=elf ;;
 
   sparc-*-sunos4*)                     fmt=aout em=sun3 ;;
   sparc-*-aout)                                fmt=aout em=sparcaout ;;
@@ -493,7 +480,6 @@ case ${generic_target} in
   *-*-solaris*)                                fmt=elf em=solaris ;;
   *-*-aros*)                           fmt=elf em=linux ;;
   *-*-vxworks* | *-*-windiss)          fmt=elf em=vxworks ;;
-  *-*-netware)                         fmt=elf em=netware ;;
 esac
 
 case ${cpu_type} in
This page took 0.026001 seconds and 4 git commands to generate.