mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-07 03:19:14 +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}"
|
|
}
|