aboutsummaryrefslogtreecommitdiffstats
path: root/main/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'main/gcc')
-rw-r--r--main/gcc/APKBUILD3
1 files changed, 0 insertions, 3 deletions
diff --git a/main/gcc/APKBUILD b/main/gcc/APKBUILD
index a381260a88..c52887682b 100644
--- a/main/gcc/APKBUILD
+++ b/main/gcc/APKBUILD
@@ -108,9 +108,6 @@ prepare() {
return 1
fi
- #PR33200
- sed -i 's/use_fixproto=yes/:/' gcc/config.gcc || return 1
-
# enable hardened cflags by default
# building gcc wih PIE seem to hit some strange bug. we probably run
# out of some resource. so we disable PIE for gcc while enabling it