aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Reference-tables.md
diff options
context:
space:
mode:
authorAlexey Brodkin <abrodkin@synopsys.com>2018-09-21 00:11:57 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2018-09-23 11:22:38 +0300
commit9453ac6182f19ac0083447b1430b8d6afaa65b6c (patch)
tree11821ef52384a1888803fd5faf43ed8a49e6f22b /docs/markdown/Reference-tables.md
parent3c4822e183728df9991226b2178aa39a2a274858 (diff)
downloadmeson-9453ac6182f19ac0083447b1430b8d6afaa65b6c.zip
meson-9453ac6182f19ac0083447b1430b8d6afaa65b6c.tar.gz
meson-9453ac6182f19ac0083447b1430b8d6afaa65b6c.tar.bz2
mesonbuild: Recognise ARC architecture
-------------------------->8----------------------- root@nsimhs:~# python Python 2.7.15 (default, Sep 20 2018, 21:44:15) [GCC 8.2.0] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> >>> import platform >>> print platform.machine() arc -------------------------->8----------------------- Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Diffstat (limited to 'docs/markdown/Reference-tables.md')
-rw-r--r--docs/markdown/Reference-tables.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md
index ab79abd..ccdcb34 100644
--- a/docs/markdown/Reference-tables.md
+++ b/docs/markdown/Reference-tables.md
@@ -48,6 +48,7 @@ set in the cross file.
| x86_64 | 64 bit x86 processor |
| ia64 | Itanium processor |
| arm | 32 bit ARM processor |
+| arc | 32 bit ARC processor |
| aarch64 | 64 bit ARM processor |
| mips | 32 bit MIPS processor |
| mips64 | 64 bit MIPS processor |