mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-25 15:31:05 +00:00
11 lines
236 B
Plaintext
11 lines
236 B
Plaintext
# Compute IA-64-specific values
|
|
|
|
CT_DoArchValues() {
|
|
# The architecture part of the tuple:
|
|
CT_TARGET_ARCH="${CT_ARCH}"
|
|
|
|
# The system part of the tuple default value is OK.
|
|
|
|
# The endianness option default value is OK.
|
|
}
|