summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Gysin2021-12-19 13:58:35 +0200
committerChristoph Gysin2021-12-19 13:58:38 +0200
commitd340715b0c1982b3bb358a9f6681ed6e6316f94c (patch)
treeaf320e64ceb101542a45518be91106cb76e327b6 /PKGBUILD
parent082057bf96f9294fd24dd4a54fe84ba08782e802 (diff)
downloadaur-d340715b0c1982b3bb358a9f6681ed6e6316f94c.tar.gz
Add target for armv6h
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0ba9d88c5d4d..9311f7faa839 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,6 +25,7 @@ prepare() {
cd "$_pkgname"
case "$CARCH" in
+ armv6h) target=arm-unknown-linux-gnueabihf;;
armv7h) target=armv7-unknown-linux-gnueabihf;;
*) target="$CARCH-unknown-linux-gnu";;
esac