summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2006-03-10 23:14:23 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2006-03-10 23:14:23 +0000
commite6d01d9b14006282ff190e2e2a019dc740b9d2e5 (patch)
tree1a25957118760ec417238cd1ee3375b3c3f470f2 /dev-lang/ghc/ChangeLog
parentSpaces -> tab (repoman). (diff)
downloadgentoo-2-e6d01d9b14006282ff190e2e2a019dc740b9d2e5.tar.gz
gentoo-2-e6d01d9b14006282ff190e2e2a019dc740b9d2e5.tar.bz2
gentoo-2-e6d01d9b14006282ff190e2e2a019dc740b9d2e5.zip
Change what flags we use to disable hardened gcc and how we set them.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'dev-lang/ghc/ChangeLog')
-rw-r--r--dev-lang/ghc/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog
index 658150077161..cc40bb1a0682 100644
--- a/dev-lang/ghc/ChangeLog
+++ b/dev-lang/ghc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-lang/ghc
# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.79 2006/03/01 16:21:22 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.80 2006/03/10 23:14:23 dcoutts Exp $
+
+ 10 Mar 2006; Duncan Coutts <dcoutts@gentoo.org> ghc-6.4.1-r2.ebuild:
+ Change what flags we use to disable hardened gcc and how we set them. We now
+ use one set of flags rather than picking them conditionally.
+ Use an option which should fix the executable-stack problem (bug #123698).
+ Prepare for hppa arch support and misc minor tidy-ups.
01 Mar 2006; Markus Rothe <corsair@gentoo.org> ghc-6.4.1-r2.ebuild:
Added ~ppc64; bug #88362