Add support for s390x CPUs. Closes #3897.

pull/4014/head
Jussi Pakkanen 7 years ago committed by Nirbheek Chauhan
parent ae5ebd258f
commit 1b2f8acbeb
  1. 1
      docs/markdown/Reference-tables.md
  2. 1
      mesonbuild/environment.py

@ -57,6 +57,7 @@ set in the cross file.
| riscv64 | 64 bit RISC-V Open ISA| | riscv64 | 64 bit RISC-V Open ISA|
| sparc | 32 bit SPARC | | sparc | 32 bit SPARC |
| sparc64 | SPARC v9 processor | | sparc64 | SPARC v9 processor |
| s390x | IBM zSystem s390x |
Any cpu family not listed in the above list is not guaranteed to Any cpu family not listed in the above list is not guaranteed to
remain stable in future releases. remain stable in future releases.

@ -86,6 +86,7 @@ known_cpu_families = (
'ppc64', 'ppc64',
'riscv32', 'riscv32',
'riscv64', 'riscv64',
's390x',
'sparc', 'sparc',
'sparc64', 'sparc64',
'x86', 'x86',

Loading…
Cancel
Save