loongarch64-linux-musl: add sample config

Add sample config for target loongarch64-unknown-linux-musl.

Signed-off-by: WANG Rui <wangrui@loongson.cn>
This commit is contained in:
WANG Rui 2024-03-04 16:14:49 +08:00 committed by Chris Packham
parent 68bba1aa64
commit 884db2ed47
3 changed files with 16 additions and 0 deletions

View File

@ -120,6 +120,7 @@ jobs:
"hppa-unknown-linux-gnu",
"i686-w64-mingw32",
"loongarch64-unknown-linux-gnu",
"loongarch64-unknown-linux-musl",
"mips-unknown-elf",
"mips-unknown-linux-gnu",
"mips64-unknown-linux-gnu",

View File

@ -0,0 +1,12 @@
CT_CONFIG_VERSION="4"
CT_EXPERIMENTAL=y
CT_ARCH_LOONGARCH=y
# CT_DEMULTILIB is not set
CT_ARCH_USE_MMU=y
CT_ARCH_ARCH="loongarch64"
CT_KERNEL_LINUX=y
CT_LINUX_V_5_19=y
CT_LIBC_MUSL=y
CT_CC_GCC_ENABLE_DEFAULT_PIE=y
CT_CC_LANG_CXX=y
CT_GETTEXT_NEEDED=y

View File

@ -0,0 +1,3 @@
reporter_name="WANG Rui <wangrui@loongson.cn>"
reporter_url="https://hev.cc/"
reporter_comment=""