Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-07-29 20:02:55 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2022-07-29 20:02:55 +0200
commit74196c7c3ea026593242510cab4093b22266b313 (patch)
tree2c2b248dfe4eff6102d24971d7d68217498b3e50
parent299b582c243eba2ec350eefc704f7fc73095086a (diff)
core/gcc: removed gdc hacks again
-rw-r--r--core/gcc/PKGBUILD12
1 files changed, 0 insertions, 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
- '
-)"