aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy Yates <randyy@scc-inc.com>2021-05-17 11:05:55 -0400
committerJussi Pakkanen <jpakkane@gmail.com>2021-05-18 23:17:12 +0300
commitd7cb58e57dc3017f77f47a44efc17a4b2d28a49c (patch)
tree58e376a21448e82611b75a3b87c2ee375d1bb7db
parent5eeddd682f9e6df93644030c4faf699f91ba8a45 (diff)
downloadmeson-d7cb58e57dc3017f77f47a44efc17a4b2d28a49c.zip
meson-d7cb58e57dc3017f77f47a44efc17a4b2d28a49c.tar.gz
meson-d7cb58e57dc3017f77f47a44efc17a4b2d28a49c.tar.bz2
add cpu family csky
-rw-r--r--docs/markdown/Reference-tables.md1
-rw-r--r--mesonbuild/envconfig.py1
2 files changed, 2 insertions, 0 deletions
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',