mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
38377d3c8d
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>
13 lines
258 B
Plaintext
13 lines
258 B
Plaintext
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
|