aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAriadne Conill <ariadne@dereferenced.org>2020-04-08 06:18:48 +0000
committerAriadne Conill <ariadne@dereferenced.org>2020-04-08 06:18:48 +0000
commite7d37dc01193fcf726af786757fcb2018fe3fd0d (patch)
tree81dd96e3e414a3c7827f4f4d98e08668e73481eb
parentf6f5a9a5d6bc800ed7408ea96545ab513ba2aa5d (diff)
downloadaports-e7d37dc01193fcf726af786757fcb2018fe3fd0d.tar.bz2
aports-e7d37dc01193fcf726af786757fcb2018fe3fd0d.tar.xz
community/lld: disable on mips
-rw-r--r--community/lld/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lld/APKBUILD b/community/lld/APKBUILD
index 038eedf9d1..857bd210d7 100644
--- a/community/lld/APKBUILD
+++ b/community/lld/APKBUILD
@@ -7,7 +7,7 @@ pkgrel=0
_llvmver=${pkgver%%.*}
pkgdesc="The LLVM Linker"
url="https://llvm.org"
-arch="all"
+arch="all !mips !mips64"
license="Apache-2.0"
makedepends="
cmake