git » compiler-rt.git » commit 1d693e7

compiler-rt 17.0.6

author Urja (ARMLFS builder)
2024-07-12 17:48:10 UTC
committer Urja (ARMLFS builder)
2024-07-12 17:48:10 UTC
parent 291b9702f692ee14dd402742a503da68b9244f63

compiler-rt 17.0.6

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index bfa9ae9..ddc2973 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=compiler-rt
 pkgver=17.0.6
 pkgrel=1
 pkgdesc="Compiler runtime libraries for clang"
-arch=('armv7h')
+arch=('armv7h' 'aarch64')
 url="https://compiler-rt.llvm.org/"
 license=('custom:Apache 2.0 with LLVM Exception')
 depends=('gcc-libs')