mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
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:
parent
e840986fa4
commit
38377d3c8d
@ -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",
|
||||
|
12
samples/loongarch64-unknown-linux-gnu/crosstool.config
Normal file
12
samples/loongarch64-unknown-linux-gnu/crosstool.config
Normal 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
|
3
samples/loongarch64-unknown-linux-gnu/reported.by
Normal file
3
samples/loongarch64-unknown-linux-gnu/reported.by
Normal file
@ -0,0 +1,3 @@
|
||||
reporter_name="Jiajie Chen <c@jia.je>"
|
||||
reporter_url="https://jia.je/"
|
||||
reporter_comment=""
|
Loading…
Reference in New Issue
Block a user