summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-06-01 17:33:25 +0000
committerIan Lynagh <igloo@earth.li>2010-06-01 17:33:25 +0000
commitac266b254d8eba16d6b535d71e66a5a2e14afa59 (patch)
tree454f742b7f3dcd169be8c93fe165344ccbe3981a /mk
parent1414e10a1470061e850b7ce2aa6350a428ade2e9 (diff)
downloadhaskell-ac266b254d8eba16d6b535d71e66a5a2e14afa59.tar.gz
powerpc-apple-darwin now supports shared libs
Diffstat (limited to 'mk')
-rw-r--r--mk/config.mk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 697bf51d9b..40f1ea7c4f 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -103,7 +103,7 @@ GhcDynamic=NO
GhcLibProfiled=$(if $(filter p,$(GhcLibWays)),YES,NO)
# Do we support shared libs?
-PlatformSupportsSharedLibs = $(if $(filter $(TARGETPLATFORM),i386-unknown-linux x86_64-unknown-linux i386-unknown-freebsd x86_64-unknown-freebsd i386-unknown-mingw32 i386-apple-darwin),YES,NO)
+PlatformSupportsSharedLibs = $(if $(filter $(TARGETPLATFORM),i386-unknown-linux x86_64-unknown-linux i386-unknown-freebsd x86_64-unknown-freebsd i386-unknown-mingw32 i386-apple-darwin powerpc-apple-darwin),YES,NO)
# Build a compiler that will build *unregisterised* libraries and
# binaries by default. Unregisterised code is supposed to compile and