diff options
author | chenglulu <chenglulu@loongson.cn> | 2021-11-27 15:07:04 +0800 |
---|---|---|
committer | Chenghua Xu <paul.hua.gm@gmail.com> | 2022-03-29 17:43:35 +0800 |
commit | 34024b715068801ddf4e1a95223f9ff31f63a802 (patch) | |
tree | b3dbc7e53f7b21227f76ee9bdbd16585e34cb2a9 | |
parent | b38100eb08ac6bd88e1234e5de0cd169712b57cf (diff) | |
download | gcc-34024b715068801ddf4e1a95223f9ff31f63a802.zip gcc-34024b715068801ddf4e1a95223f9ff31f63a802.tar.gz gcc-34024b715068801ddf4e1a95223f9ff31f63a802.tar.bz2 |
LoongArch Port: libgomp
2022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
Lulu Cheng <chenglulu@loongson.cn>
libgomp/ChangeLog:
* configure.tgt: Add LoongArch triplet.
-rw-r--r-- | libgomp/configure.tgt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libgomp/configure.tgt b/libgomp/configure.tgt index d4f1e74..2cd7272 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" ;; |