public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-6769] libgomp: enable linux-futex on riscv64
@ 2021-01-18 14:15 Andreas Schwab
  0 siblings, 0 replies; only message in thread
From: Andreas Schwab @ 2021-01-18 14:15 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:b8c3f5196e1e439ac83f81dd245eb4028b19d531

commit r11-6769-gb8c3f5196e1e439ac83f81dd245eb4028b19d531
Author: Andreas Schwab <schwab@suse.de>
Date:   Sun Jan 17 17:19:46 2021 +0100

    libgomp: enable linux-futex on riscv64
    
    Regtested on riscv64-suse-linux.
    
    libgomp/
            * configure.tgt (riscv64*-*-linux*): Add linux to config_path.

Diff:
---
 libgomp/configure.tgt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/libgomp/configure.tgt b/libgomp/configure.tgt
index be06be0e52b..fe2bf1dac51 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"
 	;;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-01-18 14:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-18 14:15 [gcc r11-6769] libgomp: enable linux-futex on riscv64 Andreas Schwab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).