Update help text in ada-lang.c
[deliverable/binutils-gdb.git] / ld / configure.tgt
index 1999010896f189215cb240a0c52e4c33d597adb0..c81bc8a7d847537a7c30ad41ba84e75847bb3e84 100644 (file)
@@ -1,6 +1,6 @@
 # configure.tgt
 #
-#   Copyright (C) 2013-2018 Free Software Foundation, Inc.
+#   Copyright (C) 2013-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
@@ -182,6 +182,7 @@ bfin-*-linux-uclibc*)       targ_emul=elf32bfinfd;
                        targ_extra_emuls="elf32bfin"
                        targ_extra_libpath=$targ_extra_emuls
                        ;;
+bpf-*-*)               targ_emul=elf64bpf ;;
 cr16-*-elf*)           targ_emul=elf32cr16 ;;
 cr16c-*-elf*)          targ_emul=elf32cr16c
                        ;;
@@ -196,6 +197,10 @@ cris-*-* | crisv32-*-*)    targ_emul=criself
                        ;;
 crx-*-elf*)            targ_emul=elf32crx
                        ;;
+
+csky-*-elf*)           targ_emul=cskyelf ;;
+csky-*-linux*)         targ_emul=cskyelf_linux ;;
+
 d10v-*-*)              targ_emul=d10velf ;;
 d30v-*-*ext*)          targ_emul=d30v_e; targ_extra_emuls="d30velf d30v_o" ;;
 d30v-*-*onchip*)       targ_emul=d30v_o; targ_extra_emuls="d30velf d30v_e" ;;
@@ -311,7 +316,6 @@ x86_64-*-elf* | x86_64-*-rtems* | x86_64-*-fuchsia*)
                        targ_extra_libpath="elf_i386 elf_iamcu elf32_x86_64 elf_l1om elf_k1om"
                        tdir_elf_i386=`echo ${targ_alias} | sed -e 's/x86_64/i386/'`
                        ;;
-i[3-7]86-*-kaos*)      targ_emul=elf_i386 ;;
 i[3-7]86-*-dragonfly*) targ_emul=elf_i386
                        targ_extra_emuls="elf_iamcu i386bsd" ;;
 x86_64-*-dragonfly*)   targ_emul=elf_x86_64
@@ -402,6 +406,8 @@ m68hc12-*-*|m6812-*-*)      targ_emul=m68hc12elf
                        targ_extra_emuls="m68hc12elfb m68hc11elf m68hc11elfb" ;;
 m68*-*-netbsdelf*)     targ_emul=m68kelfnbsd ;;
 m68*-*-*)              targ_emul=m68kelf ;;
+s12z-*-*)              targ_emul=m9s12zelf
+                       ;;
 mcore-*-pe)            targ_emul=mcorepe ;
                        targ_extra_ofiles="deffilep.o pe-dll.o" ;;
 mcore-*-elf)           targ_emul=elf32mcore
@@ -627,9 +633,16 @@ powerpc-*-beos*)   targ_emul=aixppc ;;
 powerpc-*-windiss*)    targ_emul=elf32ppcwindiss ;;
 powerpc-*-lynxos*)     targ_emul=ppclynx ;;
 pru*-*-*)              targ_emul=pruelf ;;
-riscv32*-*-*)          targ_emul=elf32lriscv
+riscv32*-*-linux*)     targ_emul=elf32lriscv
+                       targ_extra_emuls="elf32lriscv_ilp32f elf32lriscv_ilp32 elf64lriscv elf64lriscv_lp64f elf64lriscv_lp64"
+                       targ_extra_libpath=$targ_extra_emuls ;;
+riscv-*-* | riscv32*-*-*)
+                       targ_emul=elf32lriscv
                        targ_extra_emuls="elf64lriscv"
                        targ_extra_libpath=$targ_extra_emuls ;;
+riscv64*-*-linux*)     targ_emul=elf64lriscv
+                       targ_extra_emuls="elf64lriscv_lp64f elf64lriscv_lp64 elf32lriscv elf32lriscv_ilp32f elf32lriscv_ilp32"
+                       targ_extra_libpath=$targ_extra_emuls ;;
 riscv64*-*-*)          targ_emul=elf64lriscv
                        targ_extra_emuls="elf32lriscv"
                        targ_extra_libpath=$targ_extra_emuls ;;
This page took 0.024104 seconds and 4 git commands to generate.