crosstool-ng/scripts/build/arch/s390.sh

9 lines
176 B
Bash
Raw Normal View History

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