Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / gcc
Commits:
f8d58333 by Frederik Schwan at 2026-02-15T20:51:28+01:00
remove gcc-libs dependency
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -194,7 +194,12 @@ check() {
package_gcc() {
pkgdesc="The GNU Compiler Collection - C and C++ frontends"
depends=(
- "gcc-libs=$pkgver-$pkgrel"
+ "libasan=$pkgver-$pkgrel"
+ "libgcc=$pkgver-$pkgrel"
+ "liblsan=$pkgver-$pkgrel"
+ "libstdc++=$pkgver-$pkgrel"
+ "libtsan=$pkgver-$pkgrel"
+ "libubsan=$pkgver-$pkgrel"
'binutils>=2.28'
libmpc
zstd
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/commit/f8d58333f2f557404b26b5e62d06a0c01687610f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/commit/f8d58333f2f557404b26b5e62d06a0c01687610f
You're receiving this email because of your account on gitlab.archlinux.org.