Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archbuild.in
diff options
context:
space:
mode:
Diffstat (limited to 'archbuild.in')
-rw-r--r--archbuild.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/archbuild.in b/archbuild.in
index eef619c..334eee0 100644
--- a/archbuild.in
+++ b/archbuild.in
@@ -21,6 +21,8 @@ if [[ "${arch}" == 'pentium4' ]]; then
set_arch='i686'
elif [[ "${arch}" == 'armv6h' ]]; then
set_arch='armv6l'
+elif [[ "${arch}" == 'armv7h' ]]; then
+ set_arch='armv7l'
else
set_arch="${arch}"
fi