blob: dce463e5b74775ff6b68ccde1cc7e1a62df5b478 [file] [log] [blame]
Andrew Geissler635e0e42020-08-21 15:58:33 -05001From 4b283d545152092fec12b9d80219161d11002c72 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 Geissler635e0e42020-08-21 15:58:33 -050016index dc20616..f54adcd 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',