From d7cb58e57dc3017f77f47a44efc17a4b2d28a49c Mon Sep 17 00:00:00 2001 From: Randy Yates Date: Mon, 17 May 2021 11:05:55 -0400 Subject: add cpu family csky --- docs/markdown/Reference-tables.md | 1 + mesonbuild/envconfig.py | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index 256aca4..eb0210e 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -86,6 +86,7 @@ set in the cross file. | arm | 32 bit ARM processor | | avr | Atmel AVR processor | | c2000 | 32 bit C2000 processor | +| csky | 32 bit CSky processor | | dspic | 16 bit Microchip dsPIC | | e2k | MCST Elbrus processor | | ia64 | Itanium processor | diff --git a/mesonbuild/envconfig.py b/mesonbuild/envconfig.py index c6a4df3..a93905a 100644 --- a/mesonbuild/envconfig.py +++ b/mesonbuild/envconfig.py @@ -42,6 +42,7 @@ known_cpu_families = ( 'arm', 'avr', 'c2000', + 'csky', 'dspic', 'e2k', 'ia64', -- cgit v1.1