From 9ac409c1d8c0013add57bc2c105ac0ca8d8f08b9 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morphlib/__init__.py b/morphlib/__init__.py index 4954f812..2919ef52 100644 --- a/morphlib/__init__.py +++ b/morphlib/__init__.py @@ -38,7 +38,7 @@ __version__ = gitversion.version # List of architectures that Morph supports -valid_archs = ['armv7l', 'armv7b', 'testarch', 'x86_32', 'x86_64'] +valid_archs = ['armv7l', 'armv7lhf', 'armv7b', 'testarch', 'x86_32', 'x86_64'] class Error(cliapp.AppException): -- cgit v1.2.1