s390x support has been added since toolchain-builder release 2021.05 [1]. [1] https://github.com/bootlin/toolchains-builder/commit/4bbb52a6a30a340a30722bc170467aa6fa4adbe6 Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
@@ -162,6 +162,10 @@ arches = {
'conditions': ['BR2_riscv', 'BR2_riscv_g', 'BR2_RISCV_64', 'BR2_RISCV_ABI_LP64D'],
'prefix': 'riscv64',
},
+ 's390x-z13': {
+ 'conditions': ['BR2_s390x', 'BR2_s390x_z13'],
+ 'prefix': 's390x',
+ },
'sh-sh4': {
'conditions': ['BR2_sh', 'BR2_sh4'],
'prefix': 'sh4',