From d83de7dc37f119778fbf301f91606ee3ffc791b4 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Mon, 11 Nov 2013 14:58:06 +0000 Subject: Add armv7lhf to list of valid archs --- morphlib/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/morphlib/__init__.py b/morphlib/__init__.py index 33773791..f416ae0c 100644 --- a/morphlib/__init__.py +++ b/morphlib/__init__.py @@ -38,7 +38,8 @@ __version__ = gitversion.version # List of architectures that Morph supports -valid_archs = ['armv7l', 'armv7b', 'testarch', 'x86_32', 'x86_64', 'ppc64'] +valid_archs = ['armv7l', 'armv7lhf', 'armv7b', 'testarch', + 'x86_32', 'x86_64', 'ppc64'] class Error(cliapp.AppException): -- cgit v1.2.1