diff options
-rw-r--r-- | docs/markdown/Reference-tables.md | 1 | ||||
-rw-r--r-- | mesonbuild/envconfig.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index 2918af1..b177439 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -55,6 +55,7 @@ set in the cross file. | arm | 32 bit ARM processor | | e2k | MCST Elbrus processor | | ia64 | Itanium processor | +| microblaze | MicroBlaze processor | | mips | 32 bit MIPS processor | | mips64 | 64 bit MIPS processor | | parisc | HP PA-RISC processor | diff --git a/mesonbuild/envconfig.py b/mesonbuild/envconfig.py index 0c9f03f..29d7422 100644 --- a/mesonbuild/envconfig.py +++ b/mesonbuild/envconfig.py @@ -41,6 +41,7 @@ known_cpu_families = ( 'arm', 'e2k', 'ia64', + 'microblaze', 'mips', 'mips64', 'parisc', |