mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-22 14:12:26 +00:00
10 lines
234 B
Bash
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
|
|
}
|