From eb8aa9b2f90e4d29f11af17e4b330d17d481a59b Mon Sep 17 00:00:00 2001 From: Sun Haiyong Date: Tue, 22 Aug 2023 13:52:34 +0000 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=A4=9A=E4=B8=AA=E6=9E=B6?= =?UTF-8?q?=E6=9E=84=E7=9A=84=E5=AE=9A=E4=B9=89=E4=BF=A1=E6=81=AF=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- loongarch64/env/arch.data | 8 ++++++++ loongarch64/env/data/i686.conf | 8 ++++++++ loongarch64/env/data/loongarch64.conf | 9 +++++++++ loongarch64/env/data/mingw32.conf | 7 +++++++ loongarch64/env/data/mingw64.conf | 7 +++++++ loongarch64/env/data/mingw64ucrt.conf | 7 +++++++ loongarch64/env/data/mips64el.conf | 8 ++++++++ loongarch64/env/data/riscv64.conf | 9 +++++++++ loongarch64/env/data/x86_64.conf | 8 ++++++++ 9 files changed, 71 insertions(+) create mode 100644 loongarch64/env/arch.data create mode 100644 loongarch64/env/data/i686.conf create mode 100644 loongarch64/env/data/loongarch64.conf create mode 100644 loongarch64/env/data/mingw32.conf create mode 100644 loongarch64/env/data/mingw64.conf create mode 100644 loongarch64/env/data/mingw64ucrt.conf create mode 100644 loongarch64/env/data/mips64el.conf create mode 100644 loongarch64/env/data/riscv64.conf create mode 100644 loongarch64/env/data/x86_64.conf diff --git a/loongarch64/env/arch.data b/loongarch64/env/arch.data new file mode 100644 index 00000000..e9717312 --- /dev/null +++ b/loongarch64/env/arch.data @@ -0,0 +1,8 @@ +loongarch64/loongarch64-unknown-linux-gnu=loongarch64.conf +x86_64/x86_64-unknown-linux-gnu/x86_64-pc-linux-gnu/x86_64-cross-linux-gnu=x86_64.conf +i686/i686-unknown-linux-gnu=i686.conf +mips64el/mips64el-unknown-linux-gnuabi64/mips64el-unknown-linux-gnu=mips64el.conf +riscv64/riscv64-unknown-linux-gnu=riscv64.conf +mingw64/x86_64-w64-mingw32=mingw64.conf +mingw32/i686-w64-mingw32=mingw32.conf +mingw64ucrt/x86_64-w64-mingw32ucrt=mingw64ucrt.conf diff --git a/loongarch64/env/data/i686.conf b/loongarch64/env/data/i686.conf new file mode 100644 index 00000000..0e5e8aab --- /dev/null +++ b/loongarch64/env/data/i686.conf @@ -0,0 +1,8 @@ +NAME=i686 +FAMILY=i386 +LINUX_NAME=x86 +TRIPLE=i686-unknown-linux-gnu +BIT=32 +ABI=32 +CFLAGS= +CXXFLAGS= diff --git a/loongarch64/env/data/loongarch64.conf b/loongarch64/env/data/loongarch64.conf new file mode 100644 index 00000000..d0e8f654 --- /dev/null +++ b/loongarch64/env/data/loongarch64.conf @@ -0,0 +1,9 @@ +NAME=loongarch64 +FAMILY=loongarch +LINUX_NAME=loongarch +TRIPLE=loongarch64-unknown-linux-gnu +BIT=64 +ABI=lp64d +LIB_SUFF=64 +CFLAGS= +CXXFLAGS= diff --git a/loongarch64/env/data/mingw32.conf b/loongarch64/env/data/mingw32.conf new file mode 100644 index 00000000..8269ba3b --- /dev/null +++ b/loongarch64/env/data/mingw32.conf @@ -0,0 +1,7 @@ +NAME=mingw32 +FAMILY=mingw32 +TRIPLE=i686-w64-mingw32 +BIT=32 +ABI=32 +CFLAGS= +CXXFLAGS= diff --git a/loongarch64/env/data/mingw64.conf b/loongarch64/env/data/mingw64.conf new file mode 100644 index 00000000..d9b20a79 --- /dev/null +++ b/loongarch64/env/data/mingw64.conf @@ -0,0 +1,7 @@ +NAME=mingw64 +FAMILY=mingw64 +TRIPLE=x86_64-w64-mingw32 +BIT=64 +ABI=64 +CFLAGS= +CXXFLAGS= diff --git a/loongarch64/env/data/mingw64ucrt.conf b/loongarch64/env/data/mingw64ucrt.conf new file mode 100644 index 00000000..90927472 --- /dev/null +++ b/loongarch64/env/data/mingw64ucrt.conf @@ -0,0 +1,7 @@ +NAME=mingw64ucrt +FAMILY=mingw64 +TRIPLE=x86_64-w64-mingw32ucrt +BIT=64 +ABI=64 +CFLAGS= +CXXFLAGS= diff --git a/loongarch64/env/data/mips64el.conf b/loongarch64/env/data/mips64el.conf new file mode 100644 index 00000000..67379bda --- /dev/null +++ b/loongarch64/env/data/mips64el.conf @@ -0,0 +1,8 @@ +NAME=mips64el +FAMILY=mips +LINUX_NAME=mips +TRIPLE=mips64el-unknown-linux-gnuabi64 +BIT=64 +ABI=64 +CFLAGS= +CXXFLAGS= diff --git a/loongarch64/env/data/riscv64.conf b/loongarch64/env/data/riscv64.conf new file mode 100644 index 00000000..ac811340 --- /dev/null +++ b/loongarch64/env/data/riscv64.conf @@ -0,0 +1,9 @@ +NAME=riscv64 +FAMILY=riscv +LINUX_NAME=riscv +TRIPLE=riscv64-unknown-linux-gnu +BIT=64 +ABI=lp64 +LIB_SUFF= +CFLAGS= +CXXFLAGS= diff --git a/loongarch64/env/data/x86_64.conf b/loongarch64/env/data/x86_64.conf new file mode 100644 index 00000000..79991060 --- /dev/null +++ b/loongarch64/env/data/x86_64.conf @@ -0,0 +1,8 @@ +NAME=x86_64 +FAMILY=x86 +LINUX_NAME=x86 +TRIPLE=x86_64-unknown-linux-gnu +BIT=64 +ABI=64 +CFLAGS= +CXXFLAGS=