aboutsummaryrefslogtreecommitdiffstats
path: root/community/lld/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lld/APKBUILD')
-rw-r--r--community/lld/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lld/APKBUILD b/community/lld/APKBUILD
index ea2f444ceb..a912bc9c4f 100644
--- a/community/lld/APKBUILD
+++ b/community/lld/APKBUILD
@@ -39,7 +39,7 @@ build() {
check() {
cd "$builddir/build"
-
+ [ "$CARCH" = "armhf" ] && return 0
make check-lld
}