summaryrefslogtreecommitdiff
path: root/morphlib/buildenvironment.py
diff options
context:
space:
mode:
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 = ''