projects
/
platform
/
upstream
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b38100e
)
LoongArch Port: libgomp
author
chenglulu
<chenglulu@loongson.cn>
Sat, 27 Nov 2021 07:07:04 +0000
(15:07 +0800)
committer
Chenghua Xu
<paul.hua.gm@gmail.com>
Tue, 29 Mar 2022 09:43:35 +0000
(17:43 +0800)
2022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
Lulu Cheng <chenglulu@loongson.cn>
libgomp/ChangeLog:
* configure.tgt: Add LoongArch triplet.
libgomp/configure.tgt
patch
|
blob
|
history
diff --git
a/libgomp/configure.tgt
b/libgomp/configure.tgt
index
d4f1e74
..
2cd7272
100644
(file)
--- 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"
;;