Skip to content

Commit

Permalink
envconfig: Add Alpha CPU family
Browse files Browse the repository at this point in the history
  • Loading branch information
mattst88 authored and jpakkane committed Oct 15, 2019
1 parent 5dfd054 commit 20519a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/markdown/Reference-tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ set in the cross file.
| Value | Comment |
| ----- | ------- |
| aarch64 | 64 bit ARM processor |
| alpha | DEC Alpha processor |
| arc | 32 bit ARC processor |
| arm | 32 bit ARM processor |
| e2k | MCST Elbrus processor |
Expand Down
2 changes: 2 additions & 0 deletions mesonbuild/envconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

known_cpu_families = (
'aarch64',
'alpha',
'arc',
'arm',
'e2k',
Expand Down Expand Up @@ -64,6 +65,7 @@
# python identifiers cannot start with numbers
CPU_FAMILES_64_BIT = [
'aarch64',
'alpha',
'ia64',
'mips64',
'ppc64',
Expand Down

0 comments on commit 20519a0

Please sign in to comment.