[commit: ghc] master: disable shared libs on sparc (linux/solaris) (fixes #8857) (623883f)
git at git.haskell.org
git at git.haskell.org
Thu Mar 13 22:58:09 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/623883f1ed0ee11cc925c4590fb09565403fd231/ghc
>---------------------------------------------------------------
commit 623883f1ed0ee11cc925c4590fb09565403fd231
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>
>---------------------------------------------------------------
623883f1ed0ee11cc925c4590fb09565403fd231
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