summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2017-02-18 12:09:08 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2017-02-18 12:12:50 +0000
commit8cee49e4a6c8d9ec80faa4054b621467450d3ebb (patch)
tree5c42703edeafd7c5eb9d4b8eb13b905615593f6b /dev-lang/ghc
parentapp-text/ghostscript-gpl: Stable for HPPA (bug #596576). (diff)
downloadgentoo-8cee49e4a6c8d9ec80faa4054b621467450d3ebb.tar.gz
gentoo-8cee49e4a6c8d9ec80faa4054b621467450d3ebb.tar.bz2
gentoo-8cee49e4a6c8d9ec80faa4054b621467450d3ebb.zip
dev-lang/ghc: drop '-fno-stack-protector'
GHC does not use Evil Mangler any more thus GHC should not care about stack protection in C code. It should just work. Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-lang/ghc')
-rw-r--r--dev-lang/ghc/ghc-8.0.2.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-lang/ghc/ghc-8.0.2.ebuild b/dev-lang/ghc/ghc-8.0.2.ebuild
index f4392497ce61..1b6e17272179 100644
--- a/dev-lang/ghc/ghc-8.0.2.ebuild
+++ b/dev-lang/ghc/ghc-8.0.2.ebuild
@@ -245,7 +245,6 @@ ghc_setup_cflags() {
# hardened users try '-pie' in USE=ghcbootstrap mode.
append-ghc-cflags persistent compile link -no-pie
fi
- gcc-specs-ssp && append-ghc-cflags persistent compile -fno-stack-protector
# prevent from failind building unregisterised ghc:
# http://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg171602.html