mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-19 11:17:00 +00:00
385a616b10
Don't select unneeded config knobs. Don't select non-existing config knobs. Use the "no patch" config knob, instead of pointing to an non-exiting local patch dir. Simplify the tuple-related scripts. Update the samples.
7 lines
160 B
Bash
7 lines
160 B
Bash
# Compute s390x-specific values
|
|
|
|
CT_DoArchTupleValues() {
|
|
# The kernel architecture is the same name as for the 32-bit version:
|
|
CT_KERNEL_ARCH="s390"
|
|
}
|