diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2018-04-15 17:18:44 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-15 17:18:44 +0300 |
commit | 86f725c1e523088c691432c608b3228499ca3c7b (patch) | |
tree | 30ee3be8b01895023d4a94d56f10000e11f1de10 /docs/markdown/Reference-tables.md | |
parent | aff597fb99a77b8c1211e30f712f223d6d99587c (diff) | |
parent | dfac0ce8d7db2d445fab71410c37a4c3285ec45a (diff) | |
download | meson-86f725c1e523088c691432c608b3228499ca3c7b.zip meson-86f725c1e523088c691432c608b3228499ca3c7b.tar.gz meson-86f725c1e523088c691432c608b3228499ca3c7b.tar.bz2 |
Merge pull request #3115 from makise-homura/e2k-lcc-support
Support lcc compiler for e2k (Elbrus) architecture
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 7611232..5b4d7f0 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. |