[commit: ghc] master: config.mk.in: ARM now supports dynamic linking with the LLVM backend (d574fcb)
git at git.haskell.org
git at git.haskell.org
Thu Mar 13 22:58:01 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/d574fcbba09fd6c9d10a79e19daf5f15bb0a6cde/ghc
>---------------------------------------------------------------
commit d574fcbba09fd6c9d10a79e19daf5f15bb0a6cde
Author: Ben Gamari <bgamari.foss at gmail.com>
Date: Thu Mar 6 21:22:28 2014 +0100
config.mk.in: ARM now supports dynamic linking with the LLVM backend
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
d574fcbba09fd6c9d10a79e19daf5f15bb0a6cde
mk/config.mk.in | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 2c997de..fef1fb8 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -95,8 +95,7 @@ TargetElf = YES
endif
# Some platforms don't support shared libraries
-NoSharedLibsPlatformList = arm-unknown-linux \
- powerpc-unknown-linux \
+NoSharedLibsPlatformList = powerpc-unknown-linux \
x86_64-unknown-mingw32 \
i386-unknown-mingw32 \
sparc-sun-solaris2 \
More information about the ghc-commits
mailing list