mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-24 01:28:44 +00:00
arch: add s390 and s390x architectures and samples
This commit is contained in:
9
scripts/build/arch/s390.sh
Normal file
9
scripts/build/arch/s390.sh
Normal file
@ -0,0 +1,9 @@
|
||||
# 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
|
||||
}
|
8
scripts/build/arch/s390x.sh
Normal file
8
scripts/build/arch/s390x.sh
Normal file
@ -0,0 +1,8 @@
|
||||
# Compute s390x-specific values
|
||||
|
||||
CT_DoArchTupleValues() {
|
||||
# The architecture part of the tuple:
|
||||
# Explicit settings not required for the default value "s390x"
|
||||
#CT_TARGET_ARCH="s390x"
|
||||
CT_KERNEL_ARCH="s390"
|
||||
}
|
Reference in New Issue
Block a user