blob: bb06d99247414394d4f6708b6fc7e932331a7cd2 [file] [log] [blame]
Andrew Geissler475cb722020-07-10 16:00:51 -05001From d976d5a8abd6d42edf794d2a4c211fc6697fb14c Mon Sep 17 00:00:00 2001
Brad Bishop19323692019-04-05 15:28:33 -04002From: Peter Kjellerstedt <pkj@axis.com>
3Date: Thu, 26 Jul 2018 16:32:49 +0200
4Subject: [PATCH] Support building allarch recipes again
5
6This registers "allarch" as a known CPU family.
7
8Upstream-Status: Inappropriate [OE specific]
9Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
10
11---
Brad Bishopc342db32019-05-15 21:57:59 -040012 mesonbuild/envconfig.py | 1 +
Brad Bishop19323692019-04-05 15:28:33 -040013 1 file changed, 1 insertion(+)
14
Brad Bishopc342db32019-05-15 21:57:59 -040015diff --git a/mesonbuild/envconfig.py b/mesonbuild/envconfig.py
Andrew Geissler4ed12e12020-06-05 18:00:41 -050016index 18bbf86..e76315e 100644
Brad Bishopc342db32019-05-15 21:57:59 -040017--- a/mesonbuild/envconfig.py
18+++ b/mesonbuild/envconfig.py
Andrew Geissler4ed12e12020-06-05 18:00:41 -050019@@ -36,6 +36,7 @@ _T = T.TypeVar('_T')
Andrew Geissler82c905d2020-04-13 13:39:40 -050020
21
Brad Bishop19323692019-04-05 15:28:33 -040022 known_cpu_families = (
23+ 'allarch',
24 'aarch64',
William A. Kennington IIIc5966302020-03-20 13:04:31 -070025 'alpha',
Brad Bishop19323692019-04-05 15:28:33 -040026 'arc',