summaryrefslogtreecommitdiff
path: root/morphlib/buildenvironment.py
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-09-07 06:17:18 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-02-28 09:28:26 +0000
commitf89a22693c8b014d1cfff6a5f086385dace002bd (patch)
tree9ac19b3ce5eacbe236e1b2a5bf781985e1a8c40d /morphlib/buildenvironment.py
parentd296e539348a568ef4562bcbd3be5952b9355b26 (diff)
downloadmorph-f89a22693c8b014d1cfff6a5f086385dace002bd.tar.gz
Add support for armv6lhfbaserock/pedroalvarez/rpi
Diffstat (limited to 'morphlib/buildenvironment.py')
-rw-r--r--morphlib/buildenvironment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/buildenvironment.py b/morphlib/buildenvironment.py
index ef770f52..e06c78a8 100644
--- a/morphlib/buildenvironment.py
+++ b/morphlib/buildenvironment.py
@@ -122,7 +122,7 @@ class BuildEnvironment():
else:
cpu = arch
- if arch.startswith('armv7'):
+ if arch.startswith('armv7') or arch.startswith("armv6"):
abi = 'eabi'
else:
abi = ''