mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-27 16:18:52 +00:00
6 lines
113 B
Bash
6 lines
113 B
Bash
|
# Compute LoongArch-specific values
|
||
|
|
||
|
CT_DoArchTupleValues() {
|
||
|
CT_TARGET_ARCH="loongarch${CT_ARCH_BITNESS}"
|
||
|
}
|