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