Skip to content

Commit

Permalink
mesonbuild: Recognise risc-v architecture
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
kraj authored and jpakkane committed Jul 21, 2018
1 parent 306fa07 commit 6fafbad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/markdown/Reference-tables.md
Expand Up @@ -53,6 +53,8 @@ set in the cross file.
| ppc64 | 64 bit PPC processors |
| e2k | MCST Elbrus processor |
| parisc | HP PA-RISC processor |
| riscv32 | 32 bit RISC-V Open ISA|
| riscv64 | 64 bit RISC-V Open ISA|
| sparc64 | SPARC v9 processor |

Any cpu family not listed in the above list is not guaranteed to
Expand Down
2 changes: 2 additions & 0 deletions mesonbuild/environment.py
Expand Up @@ -84,6 +84,8 @@
'parisc',
'ppc',
'ppc64',
'riscv32',
'riscv64',
'sparc64',
'x86',
'x86_64'
Expand Down

0 comments on commit 6fafbad

Please sign in to comment.