mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-08 22:12:37 +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
|
||
|
}
|