crosstool-ng/arch/ia64/functions

11 lines
236 B
Plaintext
Raw Normal View History

# 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.
}