diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-07-14 13:03:39 -0700 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-07-21 22:02:25 +0300 |
commit | 6fafbad6d5ba591075a72e4726af647cece7020d (patch) | |
tree | 7cc85ec813798996beeadd70988a697d78f21fd1 /docs/markdown/Reference-tables.md | |
parent | 306fa07f62bd6d2833af80a654411740a4626dd7 (diff) | |
download | meson-6fafbad6d5ba591075a72e4726af647cece7020d.zip meson-6fafbad6d5ba591075a72e4726af647cece7020d.tar.gz meson-6fafbad6d5ba591075a72e4726af647cece7020d.tar.bz2 |
mesonbuild: Recognise risc-v architecture
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'docs/markdown/Reference-tables.md')
-rw-r--r-- | docs/markdown/Reference-tables.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index 6486aa2..91a8e3c 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -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 |