From 154a760fb884cee14c2604b8bfbe52b0e7c0d4b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 22 Apr 2015 19:29:56 +0100 Subject: Add armv5l to list of valid architectures Also add support to allow building compatible architectures on armv7 machines, as per the rationale in the comment in _validate_architecture(). Change-Id: Ie0fe4002523f1f92f576bac8b654d4ea6fad5cf2 --- morphlib/util.py | 1 + 1 file changed, 1 insertion(+) (limited to 'morphlib/util.py') diff --git a/morphlib/util.py b/morphlib/util.py index 904dc355..70808cac 100644 --- a/morphlib/util.py +++ b/morphlib/util.py @@ -470,6 +470,7 @@ def get_host_architecture(): # pragma: no cover 'i486': 'x86_32', 'i586': 'x86_32', 'i686': 'x86_32', + 'armv5l': 'armv5l', 'armv7l': 'armv7l', 'armv7b': 'armv7b', 'armv8l': 'armv8l', -- cgit v1.2.1