libgomp: enable linux-futex on riscv64
authorAndreas Schwab <schwab@suse.de>
Sun, 17 Jan 2021 16:19:46 +0000 (17:19 +0100)
committerAndreas Schwab <schwab@suse.de>
Mon, 18 Jan 2021 14:13:48 +0000 (15:13 +0100)
Regtested on riscv64-suse-linux.

libgomp/
* configure.tgt (riscv64*-*-linux*): Add linux to config_path.

libgomp/configure.tgt

index be06be0e52bac93ab3a3c0c6f08cba92c1397405..fe2bf1dac51e6f43b5d390b771b316d818c86d06 100644 (file)
@@ -64,6 +64,10 @@ if test x$enable_linux_futex = xyes; then
        config_path="linux/powerpc linux posix"
        ;;
 
+    riscv64*-*-linux*)
+       config_path="linux posix"
+       ;;
+
     s390*-*-linux*)
        config_path="linux/s390 linux posix"
        ;;