public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Andreas Schwab <schwab@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r11-6769] libgomp: enable linux-futex on riscv64
Date: Mon, 18 Jan 2021 14:15:37 +0000 (GMT)	[thread overview]
Message-ID: <20210118141537.315793861887@sourceware.org> (raw)

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"
 	;;


                 reply	other threads:[~2021-01-18 14:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210118141537.315793861887@sourceware.org \
    --to=schwab@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).