crosstool-ng/scripts/build/arch/s390.sh
2009-11-17 11:54:44 +01:00

9 lines
176 B
Bash

# Compute s390-specific values
CT_DoArchTupleValues() {
# That's the only thing to override
if [ "${CT_ARCH_64}" = "y" ]; then
CT_TARGET_ARCH="s390x"
fi
}