Automatic date update in version.in
[deliverable/binutils-gdb.git] / gas / configure.tgt
index 6df7dea31ffce364b6c434dc9ae2b0ccd54837f7..a4828c4cae3b4fc552c94c65d8e33629f8a10f75 100644 (file)
@@ -1,6 +1,6 @@
 # gas target specific configuration file.  This is a -*- sh -*- file.
 #
-#   Copyright (C) 2012-2018 Free Software Foundation, Inc.
+#   Copyright (C) 2012-2019 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
@@ -173,10 +173,16 @@ case ${generic_target} in
 
   crx-*-elf*)                          fmt=elf ;;
 
+  csky-*-elf*abiv1)                    fmt=elf em=csky_abiv1 ;;
+  csky-*-elf*)                         fmt=elf em=csky_abiv2 ;;
+  csky-*-linux*abiv1)                  fmt=elf em=csky_abiv1_linux ;;
+  csky-*-linux*)                       fmt=elf em=csky_abiv2_linux ;;
+
   d10v-*-*)                            fmt=elf ;;
   d30v-*-*)                            fmt=elf ;;
   dlx-*-*)                             fmt=elf ;;
 
+  bpf-*-*)                             fmt=elf ;;
   epiphany-*-*)                                fmt=elf ;;
 
   fr30-*-*)                            fmt=elf ;;
@@ -213,7 +219,6 @@ case ${generic_target} in
   i386-*-elfiamcu)                     fmt=elf arch=iamcu ;;
   i386-*-elf*)                         fmt=elf ;;
   i386-*-fuchsia*)                     fmt=elf ;;
-  i386-*-kaos*)                                fmt=elf ;;
   i386-*-bsd*)                         fmt=aout em=386bsd ;;
   i386-*-nacl*)                                fmt=elf em=nacl
     case ${cpu} in
@@ -252,7 +257,6 @@ case ${generic_target} in
     esac ;;
   i386-*-nto-qnx*)                     fmt=elf ;;
   i386-*-*nt*)                         fmt=coff em=pe ;;
-  i386-*-chaos)                                fmt=elf ;;
   i386-*-rdos*)                                fmt=elf ;;
   i386-*-darwin*)                      fmt=macho ;;
 
@@ -361,6 +365,8 @@ case ${generic_target} in
 
   riscv*-*-*)                          fmt=elf endian=little ;;
 
+  rx-*-linux*)                         fmt=elf em=linux ;;
+
   s390-*-linux-*)                      fmt=elf em=linux ;;
   s390-*-tpf*)                         fmt=elf ;;
 
@@ -418,7 +424,7 @@ case ${generic_target} in
   z8k-*-coff | z8k-*-sim)              fmt=coff ;;
 
   *-*-aout | *-*-scout)                        fmt=aout ;;
-  *-*-cloudabi*)                       fmt=elf ;;
+  *-*-cloudabi*)                       fmt=elf em=cloudabi ;;
   *-*-dragonfly*)                      fmt=elf em=dragonfly ;;
   *-*-freebsd* | *-*-kfreebsd*-gnu)    fmt=elf em=freebsd ;;
   *-*-generic)                         fmt=generic ;;
@@ -431,7 +437,7 @@ case ${generic_target} in
 esac
 
 case ${cpu_type} in
-  aarch64 | alpha | arm | i386 | ia64 | microblaze | mips | ns32k | or1k | or1knd | pdp11 | ppc | riscv | sparc | z80 | z8k)
+  aarch64 | alpha | arm | csky | i386 | ia64 | microblaze | mips | ns32k | or1k | or1knd | pdp11 | ppc | riscv | sparc | z80 | z8k)
     bfd_gas=yes
     ;;
 esac
This page took 0.025911 seconds and 4 git commands to generate.