mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-03-02 20:08:35 +00:00
11 lines
255 B
Plaintext
11 lines
255 B
Plaintext
# Compute IA-64-specific values
|
|
|
|
CT_DoArchValues() {
|
|
# The architecture part of the tuple:
|
|
CT_TARGET_ARCH="${CT_ARCH}${target_endian_el}"
|
|
|
|
# The system part of the tuple default value is OK.
|
|
|
|
# The endianness option default value is OK.
|
|
}
|