Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages / compiler-rt
Commits: 31b4cc7d by Leonidas Spyropoulos at 2026-02-15T20:39:34+00:00 upgpkg: 21.1.8-2: rebuild for gcc-libs deprecation https://archlinux.org/todo/gcc-libs-deprecation/ - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = compiler-rt pkgdesc = Compiler runtime libraries for clang pkgver = 21.1.8 - pkgrel = 1 + pkgrel = 2 url = https://compiler-rt.llvm.org/ arch = x86_64 license = Apache-2.0 WITH LLVM-exception @@ -9,7 +9,9 @@ pkgbase = compiler-rt makedepends = cmake makedepends = ninja makedepends = python - depends = gcc-libs + depends = glibc + depends = libgcc + depends = libstdc++ options = staticlibs source = https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.8/compiler-rt-21.1.8.src.tar.xz source = https://github.com/llvm/llvm-project/releases/download/llvmorg-21.1.8/compiler-rt-21.1.8.src.tar.xz.sig ===================================== PKGBUILD ===================================== @@ -3,12 +3,12 @@ pkgname=compiler-rt pkgver=21.1.8 -pkgrel=1 +pkgrel=2 pkgdesc="Compiler runtime libraries for clang" arch=('x86_64') url="https://compiler-rt.llvm.org/" license=('Apache-2.0 WITH LLVM-exception') -depends=('gcc-libs') +depends=('glibc' 'libgcc' 'libstdc++') makedepends=('llvm' 'cmake' 'ninja' 'python') # Build 32-bit compiler-rt libraries on x86_64 (FS#41911) makedepends_x86_64=('lib32-gcc-libs') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/compiler-rt/-/commit/31b4cc7deee0f0079bf2b659c189a4fe6b8c5734 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/compiler-rt/-/commit/31b4cc7deee0f0079bf2b659c189a4fe6b8c5734 You're receiving this email because of your account on gitlab.archlinux.org.
