[commit: ghc] ghc-7.8: disable shared libs on sparc (linux/solaris) (fixes #8857) (aa8549f)
git at git.haskell.org
git at git.haskell.org
Mon Mar 17 15:36:55 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.8
Link : http://ghc.haskell.org/trac/ghc/changeset/aa8549ff4eff1ca28011e530b096f81934bc5d1b/ghc
>---------------------------------------------------------------
commit aa8549ff4eff1ca28011e530b096f81934bc5d1b
Author: Karel Gardas <karel.gardas at centrum.cz>
Date: Fri Mar 7 11:36:37 2014 +0100
disable shared libs on sparc (linux/solaris) (fixes #8857)
Signed-off-by: Austin Seipp <austin at well-typed.com>
(cherry picked from commit 623883f1ed0ee11cc925c4590fb09565403fd231)
>---------------------------------------------------------------
aa8549ff4eff1ca28011e530b096f81934bc5d1b
mk/config.mk.in | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/mk/config.mk.in b/mk/config.mk.in
index f24c495..2c997de 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -98,7 +98,9 @@ endif
NoSharedLibsPlatformList = arm-unknown-linux \
powerpc-unknown-linux \
x86_64-unknown-mingw32 \
- i386-unknown-mingw32
+ i386-unknown-mingw32 \
+ sparc-sun-solaris2 \
+ sparc-unknown-linux
ifeq "$(SOLARIS_BROKEN_SHLD)" "YES"
NoSharedLibsPlatformList += i386-unknown-solaris2
More information about the ghc-commits
mailing list