summaryrefslogtreecommitdiffstats
path: root/main/gcc
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-05-21 07:41:39 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-05-21 07:41:39 +0000
commit5b0fb2c37f6dca5d429d328be538c7123296e7af (patch)
treeabcfe8897d5d19884ad17bf651a96c9ebe14f265 /main/gcc
parent3add5c2b32636e01e488c451c15442720644f486 (diff)
downloadaports-5b0fb2c37f6dca5d429d328be538c7123296e7af.tar.bz2
aports-5b0fb2c37f6dca5d429d328be538c7123296e7af.tar.xz
main/gcc: remove obsolete sed line
fixes #1898
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 a381260a8..c52887682 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