Add 32 bit sparc processor support. Closes #3901.

pull/3962/head
Jussi Pakkanen 6 years ago
parent 6306c56804
commit ecf4024592
  1. 1
      docs/markdown/Reference-tables.md
  2. 1
      mesonbuild/environment.py

@ -55,6 +55,7 @@ set in the cross file.
| parisc | HP PA-RISC processor |
| riscv32 | 32 bit RISC-V Open ISA|
| riscv64 | 64 bit RISC-V Open ISA|
| sparc | 32 bit SPARC |
| sparc64 | SPARC v9 processor |
Any cpu family not listed in the above list is not guaranteed to

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

Loading…
Cancel
Save