mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-30 16:14:09 +00:00
11 lines
237 B
Plaintext
11 lines
237 B
Plaintext
# Compute x86_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.
|
|
}
|