diff options
author | Alexey Brodkin <abrodkin@synopsys.com> | 2018-09-21 00:11:57 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-09-23 11:22:38 +0300 |
commit | 9453ac6182f19ac0083447b1430b8d6afaa65b6c (patch) | |
tree | 11821ef52384a1888803fd5faf43ed8a49e6f22b /docs/markdown/Reference-tables.md | |
parent | 3c4822e183728df9991226b2178aa39a2a274858 (diff) | |
download | meson-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.md | 1 |
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 | |