mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 05:43:09 +00:00
e840986fa4
This commit adds architecture support for LoongArch. The toolchain currently only supports the 64-bit target loongarch64-unknown-linux-gnu. It has been tested to build with GCC 12.1, GDB 12.1, Glibc 2.36, Linux 5.19 and Binutils 2.39 as of Aug 2022. Signed-off-by: Jiajie Chen <c@jia.je>
6 lines
113 B
Bash
6 lines
113 B
Bash
# Compute LoongArch-specific values
|
|
|
|
CT_DoArchTupleValues() {
|
|
CT_TARGET_ARCH="loongarch${CT_ARCH_BITNESS}"
|
|
}
|