loongarch64: add sample config

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

Currently, it fails to build on macOS due to flex/bison incompatibility.

Signed-off-by: Jiajie Chen <c@jia.je>
This commit is contained in:
Jiajie Chen 2022-05-19 14:19:18 +08:00 committed by Chris Packham
parent e840986fa4
commit 38377d3c8d
3 changed files with 16 additions and 0 deletions

View File

@ -104,6 +104,7 @@ jobs:
"armv6-nommu-linux-uclibcgnueabi",
"avr",
"i686-w64-mingw32",
"loongarch64-unknown-linux-gnu",
"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_64=y
CT_ARCH_ARCH="loongarch64"
CT_KERNEL_LINUX=y
CT_CC_LANG_CXX=y
CT_DEBUG_GDB=y
# CT_GDB_CROSS_PYTHON is not set
# CT_GDB_GDBSERVER is not set

View File

@ -0,0 +1,3 @@
reporter_name="Jiajie Chen <c@jia.je>"
reporter_url="https://jia.je/"
reporter_comment=""