From b8c3f5196e1e439ac83f81dd245eb4028b19d531 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sun, 17 Jan 2021 17:19:46 +0100 Subject: libgomp: enable linux-futex on riscv64 Regtested on riscv64-suse-linux. libgomp/ * configure.tgt (riscv64*-*-linux*): Add linux to config_path. --- libgomp/configure.tgt | 4 ++++ 1 file changed, 4 insertions(+) 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" ;; -- cgit v1.1