gdb: fix vfork with multiple threads
[deliverable/binutils-gdb.git] / ld / configure.tgt
index eea5260a8f71adaf3a155eeb18979364080143db..6205d7c98728f7228275589cf4c584e9e8e95e77 100644 (file)
@@ -46,7 +46,7 @@ case "${targ}" in
 aarch64_be-*-elf)      targ_emul=aarch64elfb
                        targ_extra_emuls="aarch64elf aarch64elf32 aarch64elf32b armelfb armelf"
                        ;;
-aarch64-*-elf | aarch64-*-rtems*)
+aarch64-*-elf | aarch64-*-rtems* | aarch64-*-genode*)
                        targ_emul=aarch64elf
                        targ_extra_emuls="aarch64elf32 aarch64elf32b aarch64elfb armelf armelfb"
                        ;;
@@ -148,10 +148,9 @@ arm-*-phoenix*)            targ_emul=armelf
 armeb-*-elf | armeb-*-eabi*)
                        targ_emul=armelfb
                        ;;
-arm-*-elf | arm*-*-eabi* | arm-*-rtems*)
+arm-*-elf | arm*-*-eabi* | arm-*-rtems* | arm-*-genode*)
                        targ_emul=armelf
                        ;;
-arm*-*-symbianelf*)    targ_emul=armsymbian;;
 arm-*-kaos*)           targ_emul=armelf
                        ;;
 arm9e-*-elf)           targ_emul=armelf
@@ -354,7 +353,7 @@ i[3-7]86-*-netbsdpe*)       targ_emul=i386pe
 i[3-7]86-*-elfiamcu)   targ_emul=elf_iamcu
                        targ_extra_emuls=elf_i386
                        ;;
-i[3-7]86-*-elf* | i[3-7]86-*-rtems*)
+i[3-7]86-*-elf* | i[3-7]86-*-rtems* | i[3-7]86-*-genode*)
                        targ_emul=elf_i386
                        targ_extra_emuls=elf_iamcu
                        ;;
@@ -738,21 +737,38 @@ powerpc-*-windiss*)       targ_emul=elf32ppcwindiss
                        ;;
 pru*-*-*)              targ_emul=pruelf
                        ;;
+riscv32be*-*-linux*)   targ_emul=elf32briscv
+                       targ_extra_emuls="elf32briscv_ilp32f elf32briscv_ilp32 elf64briscv elf64briscv_lp64f elf64briscv_lp64 elf32lriscv elf32lriscv_ilp32f elf32lriscv_ilp32 elf64lriscv elf64lriscv_lp64f elf64lriscv_lp64"
+                       targ_extra_libpath=$targ_extra_emuls
+                       ;;
 riscv32*-*-linux*)     targ_emul=elf32lriscv
-                       targ_extra_emuls="elf32lriscv_ilp32f elf32lriscv_ilp32 elf64lriscv elf64lriscv_lp64f elf64lriscv_lp64"
+                       targ_extra_emuls="elf32lriscv_ilp32f elf32lriscv_ilp32 elf64lriscv elf64lriscv_lp64f elf64lriscv_lp64 elf32briscv elf32briscv_ilp32f elf32briscv_ilp32 elf64briscv elf64briscv_lp64f elf64briscv_lp64"
+                       targ_extra_libpath=$targ_extra_emuls
+                       ;;
+riscvbe-*-* | riscv32be*-*-*)
+                       targ_emul=elf32briscv
+                       targ_extra_emuls="elf64briscv elf32lriscv elf64lriscv"
                        targ_extra_libpath=$targ_extra_emuls
                        ;;
 riscv-*-* | riscv32*-*-*)
                        targ_emul=elf32lriscv
-                       targ_extra_emuls="elf64lriscv"
+                       targ_extra_emuls="elf64lriscv elf32briscv elf64briscv"
+                       targ_extra_libpath=$targ_extra_emuls
+                       ;;
+riscv64be*-*-linux*)   targ_emul=elf64briscv
+                       targ_extra_emuls="elf64briscv_lp64f elf64briscv_lp64 elf32briscv elf32briscv_ilp32f elf32briscv_ilp32 elf64lriscv elf64lriscv_lp64f elf64lriscv_lp64 elf32lriscv elf32lriscv_ilp32f elf32lriscv_ilp32"
                        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_emuls="elf64lriscv_lp64f elf64lriscv_lp64 elf32lriscv elf32lriscv_ilp32f elf32lriscv_ilp32 elf64briscv elf64briscv_lp64f elf64briscv_lp64 elf32briscv elf32briscv_ilp32f elf32briscv_ilp32"
+                       targ_extra_libpath=$targ_extra_emuls
+                       ;;
+riscv64be*-*-*)                targ_emul=elf64briscv
+                       targ_extra_emuls="elf32briscv elf64lriscv elf32lriscv"
                        targ_extra_libpath=$targ_extra_emuls
                        ;;
 riscv64*-*-*)          targ_emul=elf64lriscv
-                       targ_extra_emuls="elf32lriscv"
+                       targ_extra_emuls="elf32lriscv elf64briscv elf32briscv"
                        targ_extra_libpath=$targ_extra_emuls
                        ;;
 rs6000-*-aix[5-9]*)    targ_emul=aix5rs6
@@ -952,7 +968,7 @@ x86_64-*-netbsd* | x86_64-*-openbsd*)
                                        sed -e 's/netbsd/netbsdelf/'`;;
                        esac
                        ;;
-x86_64-*-elf* | x86_64-*-rtems* | x86_64-*-fuchsia*)
+x86_64-*-elf* | x86_64-*-rtems* | x86_64-*-fuchsia* | x86_64-*-genode*)
                        targ_emul=elf_x86_64
                        targ_extra_emuls="elf_i386 elf_iamcu elf32_x86_64 elf_l1om elf_k1om"
                        targ_extra_libpath="elf_i386 elf_iamcu elf32_x86_64 elf_l1om elf_k1om"
@@ -1051,7 +1067,7 @@ sparc*-*-solaris2*)
   ;;
 
 spu-*-elf*)
-  # This allows to build a pair of PPU/SPU toolchains with common sysroot.
+  # This allows one to build a pair of PPU/SPU toolchains with common sysroot.
   NATIVE_LIB_DIRS='/lib'
   ;;
 
This page took 0.024004 seconds and 4 git commands to generate.