[commit: ghc] master: mk/config.mk.in : Add powerpc-unknown-linux to NoSharedLibsPlatformList. (cda5054)
Erik de Castro
erikd at ghc.haskell.org
Mon Aug 5 11:36:01 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/cda5054173e15c3765c55f5bac74836baa7b1bf5
>---------------------------------------------------------------
commit cda5054173e15c3765c55f5bac74836baa7b1bf5
Author: Erik de Castro Lopo <erikd at mega-nerd.com>
Date: Sun Jun 30 10:06:50 2013 +1000
mk/config.mk.in : Add powerpc-unknown-linux to NoSharedLibsPlatformList.
Dynamic libraries on powerpc linux are currently broken.
See: http://hackage.haskell.org/trac/ghc/ticket/8024
>---------------------------------------------------------------
mk/config.mk.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 2e36be5..1129cc2 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -95,7 +95,7 @@ TargetElf = YES
endif
# Some platforms don't support shared libraries
-NoSharedLibsPlatformList = arm-unknown-linux
+NoSharedLibsPlatformList = arm-unknown-linux powerpc-unknown-linux
ifeq "$(SOLARIS_BROKEN_SHLD)" "YES"
NoSharedLibsPlatformList += i386-unknown-solaris2
More information about the ghc-commits
mailing list