mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 14:12:26 +00:00
6 lines
106 B
Bash
6 lines
106 B
Bash
|
# Compute RISC-V-specific values
|
||
|
|
||
|
CT_DoArchTupleValues() {
|
||
|
CT_TARGET_ARCH="riscv${CT_ARCH_BITNESS}"
|
||
|
}
|