aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2021-01-17 17:19:46 +0100
committerAndreas Schwab <schwab@suse.de>2021-01-18 15:13:48 +0100
commitb8c3f5196e1e439ac83f81dd245eb4028b19d531 (patch)
tree48c20cb4cc8ec4703f4addd2d8de23fbcf25d6b6
parentacdc49fabf059a364b90a8f8bedb004c799cd353 (diff)
downloadgcc-b8c3f5196e1e439ac83f81dd245eb4028b19d531.zip
gcc-b8c3f5196e1e439ac83f81dd245eb4028b19d531.tar.gz
gcc-b8c3f5196e1e439ac83f81dd245eb4028b19d531.tar.bz2
libgomp: enable linux-futex on riscv64
Regtested on riscv64-suse-linux. libgomp/ * configure.tgt (riscv64*-*-linux*): Add linux to config_path.
-rw-r--r--libgomp/configure.tgt4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgomp/configure.tgt b/libgomp/configure.tgt
index be06be0..fe2bf1d 100644
--- a/libgomp/configure.tgt
+++ b/libgomp/configure.tgt
@@ -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"
;;