public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Chenghua Xu <xuchenghua@loongson.cn>
To: gcc-patches@gcc.gnu.org
Cc: paul.hua.gm@gmail.com, xuchenghua@loongson.cn, chenglulu@loongson.cn
Subject: [PATCH v1 5/7] LoongArch Port: libgomp
Date: Sat,  6 Nov 2021 16:40:54 +0800	[thread overview]
Message-ID: <20211106084056.2506166-6-xuchenghua@loongson.cn> (raw)
In-Reply-To: <20211106084056.2506166-1-xuchenghua@loongson.cn>

From: chenglulu <chenglulu@loongson.cn>

libgomp/

	* configure.tgt: Add LoongArch tuple.
---
 libgomp/configure.tgt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/libgomp/configure.tgt b/libgomp/configure.tgt
index d4f1e741b5a..2cd7272fcd8 100644
--- a/libgomp/configure.tgt
+++ b/libgomp/configure.tgt
@@ -56,6 +56,10 @@ if test x$enable_linux_futex = xyes; then
 	config_path="linux/ia64 linux posix"
 	;;
 
+    loongarch*-*-linux*)
+	config_path="linux posix"
+	;;
+
     mips*-*-linux*)
 	config_path="linux/mips linux posix"
 	;;
-- 
2.27.0


  parent reply	other threads:[~2021-11-06  8:41 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-06  8:40 [PATCH v1 0/7] Add LoongArch support Chenghua Xu
2021-11-06  8:40 ` [PATCH v1 2/7] LoongArch Port: Regenerate gcc/configure Chenghua Xu
2021-11-06  8:40 ` [PATCH v1 3/7] LoongArch Port: libgcc Chenghua Xu
2021-11-06  9:46   ` Xi Ruoyao
2021-11-06  8:40 ` [PATCH v1 4/7] LoongArch Port: Regenerate libgcc/configure Chenghua Xu
2021-11-06  8:40 ` Chenghua Xu [this message]
2021-11-06  9:58   ` [PATCH v1 5/7] LoongArch Port: libgomp Xi Ruoyao
2021-11-06  8:40 ` [PATCH v1 6/7] LoongArch Port: gcc/testsuite Chenghua Xu
2021-11-06  9:51   ` Xi Ruoyao
2021-11-06  8:40 ` [PATCH v1 7/7] LoongArch Port: Regenerate configure Chenghua Xu
2021-11-06  9:18 ` [PATCH v1 0/7] Add LoongArch support Xi Ruoyao
     [not found] ` <20211106084056.2506166-2-xuchenghua@loongson.cn>
2021-11-08  2:30   ` [PATCH v1 1/7] LoongArch Port: gcc Chenghua Xu
2021-11-08 16:40     ` Xi Ruoyao
2021-11-08 23:14     ` Joseph Myers
2021-11-09 13:53       ` Xi Ruoyao
2021-11-09 15:52         ` Xi Ruoyao
2021-11-09 18:31           ` Xi Ruoyao

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=20211106084056.2506166-6-xuchenghua@loongson.cn \
    --to=xuchenghua@loongson.cn \
    --cc=chenglulu@loongson.cn \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=paul.hua.gm@gmail.com \
    /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).