summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2006-05-18 20:42:44 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2006-05-18 20:42:44 +0000
commit6993ffb04d0a40314fd3c0d45e10f4d6d4768534 (patch)
tree6679b06abf653a6c36f2b7287f452fa07e140426 /dev-lang/ghc/ChangeLog
parentSecurity mask kurobox-sources; bug #112791. (diff)
downloadgentoo-2-6993ffb04d0a40314fd3c0d45e10f4d6d4768534.tar.gz
gentoo-2-6993ffb04d0a40314fd3c0d45e10f4d6d4768534.tar.bz2
gentoo-2-6993ffb04d0a40314fd3c0d45e10f4d6d4768534.zip
Support gcc-4.x better at the expense of hardened gcc-3.x.
(Portage version: 2.1_pre10-r5)
Diffstat (limited to 'dev-lang/ghc/ChangeLog')
-rw-r--r--dev-lang/ghc/ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog
index 84f252a5bfbe..8a68528a4bfc 100644
--- a/dev-lang/ghc/ChangeLog
+++ b/dev-lang/ghc/ChangeLog
@@ -1,6 +1,18 @@
# 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.101 2006/05/12 15:44:52 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.102 2006/05/18 20:42:44 dcoutts Exp $
+
+ 18 May 2006; Duncan Coutts <dcoutts@gentoo.org>
+ +files/ghc-6.4.2-sparc32plus.patch, ghc-6.4.1-r3.ebuild, ghc-6.4.2.ebuild:
+ Support gcc-4.x better at the expense of hardened gcc-3.x.
+ Switching between gcc-3.x and gcc-4.x will now just work. Switching between
+ vanilla and hardened gcc will now require re-emerging rather than just
+ working. It should also enable anyone who has broken their ghc installation
+ by upgrading to gcc-4.x to get things working again by re-emerging ghc-6.4.2,
+ ghc-6.4.1-r3 or ghc-bin-6.4.1-r1.
+ Only build OpenAL/ALUT bindings if the OpenGL bindings will also be built
+ (since one depends on the other).
+ Fix GHCi on sparc when using the V8+ ABI (eg CFLAGS="-march=ultrasparc").
12 May 2006; Duncan Coutts <dcoutts@gentoo.org>
+files/ghc-6.4.2-alut.patch, ghc-6.4.2.ebuild: