From 74196c7c3ea026593242510cab4093b22266b313 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 29 Jul 2022 20:02:55 +0200 Subject: core/gcc: removed gdc hacks again --- core/gcc/PKGBUILD | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/core/gcc/PKGBUILD b/core/gcc/PKGBUILD index f344cebe..610273fa 100644 --- a/core/gcc/PKGBUILD +++ b/core/gcc/PKGBUILD @@ -128,15 +128,3 @@ if [ "${CARCH}" = "i486" ]; then ' )" fi - -# solve temporary build problems around the D compiler (requires gcc=11 which no longer -# exists in the repos, installing it manually in the build section before configure) -makedepends=(${makedepends[@]//gcc-d/}) - -eval "$( - declare -f build | \ - sed ' - /cd gcc-build/ a \ - sudo pacman -d --noconfirm -S gcc-d - ' -)" -- cgit v1.2.3-54-g00ecf