rx: Add target rx-*-linux.
[deliverable/binutils-gdb.git] / gas / configure.tgt
index 3d0415c1aa494630e776e94381950c9c02b3576d..532f1135417b89730cb5d11cd9fb3e8bff088be7 100644 (file)
@@ -89,8 +89,8 @@ case ${cpu} in
   pj*)                 cpu_type=pj endian=big ;;
   powerpc*le*)         cpu_type=ppc endian=little ;;
   powerpc*)            cpu_type=ppc endian=big ;;
-  riscv32*)            cpu_type=riscv endian=little arch=riscv32 ;;
   riscv64*)            cpu_type=riscv endian=little arch=riscv64 ;;
+  riscv32* | riscv*)   cpu_type=riscv endian=little arch=riscv32 ;;
   rs6000*)             cpu_type=ppc ;;
   rl78*)               cpu_type=rl78 ;;
   rx)                  cpu_type=rx ;;
@@ -173,6 +173,11 @@ 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 ;;
@@ -361,6 +366,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 ;;
 
@@ -431,7 +438,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.027058 seconds and 4 git commands to generate.