diff options
author | wjh-la <wujiahuan@loongson.cn> | 2022-07-27 09:14:16 +0800 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-08-11 10:53:00 +0200 |
commit | d3625d968901eb93a9680db8d1165f70de3fd64e (patch) | |
tree | e58d5026cc1185a20de7f21c7060cba5594baaf7 /solenv | |
parent | 0b92cf674cd44bdd2c2cdf8a5d597d4407e34002 (diff) |
Add loongarch64 support.
Loongarch is a new RISC ISA , which includes a 32-bit version and a 64-bit version, Here are some documents about Loongarch:
https://github.com/loongson/LoongArch-Documentation.
The loongarch64 bridges implementation refers to mips64 bridges, and the code related to abi and asm has been modified
Change-Id: I1d9cd3aadf63046c8cdecc9a64842567bfa1cecc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137486
Tested-by: Stephan Bergmann <sbergman@redhat.com>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/platform/LINUX_LOONGARCH64_GCC.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/solenv/gbuild/platform/LINUX_LOONGARCH64_GCC.mk b/solenv/gbuild/platform/LINUX_LOONGARCH64_GCC.mk new file mode 100644 index 000000000000..15cb0bb6fea5 --- /dev/null +++ b/solenv/gbuild/platform/LINUX_LOONGARCH64_GCC.mk @@ -0,0 +1,12 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*- +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# + +include $(GBUILDDIR)/platform/linux.mk + +# vim: set noet sw=4 ts=4: |