mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-30 09:38:52 +00:00
68d0cfd0e0
Signed-off-by: Andrew Wygle <awygle@gmail.com>
7 lines
127 B
Bash
7 lines
127 B
Bash
# Compute MSP430-specific values
|
|
|
|
CT_DoArchTupleValues() {
|
|
CT_TARGET_ARCH="${CT_ARCH}"
|
|
CT_TARGET_SKIP_CONFIG_SUB="y"
|
|
}
|