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

10 lines
234 B
Bash

# Compute s390-specific values
CT_DoArchTupleValues() {
# The architecture part of the tuple:
# Explicit settings not required for the default value "s390"
#CT_TARGET_ARCH="s390"
#CT_KERNEL_ARCH="s390"
return 0
}