blob: d0fe1126f52ace65a5ed08b48ca22ce716115475 [file] [log] [blame]
Andrew Geissler90fd73c2021-03-05 15:25:55 -06001From 6efb6114836fd4a1e012aa03b37f3beeeb22b466 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 Geissler90fd73c2021-03-05 15:25:55 -060016index 2d3c34c..b9e7908 100644
Brad Bishopc342db32019-05-15 21:57:59 -040017--- a/mesonbuild/envconfig.py
18+++ b/mesonbuild/envconfig.py
Andrew Geisslerd1e89492021-02-12 15:35:20 -060019@@ -38,6 +38,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',