mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 13:47:48 +00:00
6 lines
90 B
Bash
6 lines
90 B
Bash
|
# Compute PRU-specific values
|
||
|
|
||
|
CT_DoArchTupleValues() {
|
||
|
CT_TARGET_ARCH="${CT_ARCH}"
|
||
|
}
|