aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormakise-homura <akemi_homura@kurisa.ch>2018-03-28 20:55:11 +0300
committermakise-homura <akemi_homura@kurisa.ch>2018-03-28 20:55:11 +0300
commit72f477748fbbfa4e3e423eea8576059d1b1a218d (patch)
tree0a8c8883f6c66a55bc9f85058c0c2407c1a3259d
parente8dff792d60f7261ad59a9fa5b840e47ff5e3474 (diff)
downloadmeson-72f477748fbbfa4e3e423eea8576059d1b1a218d.zip
meson-72f477748fbbfa4e3e423eea8576059d1b1a218d.tar.gz
meson-72f477748fbbfa4e3e423eea8576059d1b1a218d.tar.bz2
[skip ci] Added lcc and e2k CPU to reference tables
-rw-r--r--docs/markdown/Reference-tables.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md
index 5ee0db1..55e1cd0 100644
--- a/docs/markdown/Reference-tables.md
+++ b/docs/markdown/Reference-tables.md
@@ -21,6 +21,7 @@ These are return values of the `get_id` method in a compiler object.
| g95 | The G95 Fortran compiler |
| open64 | The Open64 Fortran Compiler |
| nagfor | The NAG Fortran compiler |
+| lcc | Elbrus C/C++/Fortran Compiler |
## Script environment variables
@@ -42,6 +43,7 @@ set in the cross file.
| x86 | 32 bit x86 processor |
| x86_64 | 64 bit x86 processor |
| arm | 32 bit ARM processor |
+| e2k | MCST Elbrus processor |
Any cpu family not listed in the above list is not guaranteed to
remain stable in future releases.