diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-05-21 07:41:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-05-21 07:41:39 +0000 |
commit | 5b0fb2c37f6dca5d429d328be538c7123296e7af (patch) | |
tree | abcfe8897d5d19884ad17bf651a96c9ebe14f265 /main/gcc/APKBUILD | |
parent | 3add5c2b32636e01e488c451c15442720644f486 (diff) | |
download | aports-5b0fb2c37f6dca5d429d328be538c7123296e7af.tar.bz2 aports-5b0fb2c37f6dca5d429d328be538c7123296e7af.tar.xz |
main/gcc: remove obsolete sed line
fixes #1898
Diffstat (limited to 'main/gcc/APKBUILD')
-rw-r--r-- | main/gcc/APKBUILD | 3 |
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 |