powerpc-apple-darwin now supports shared libs
authorIan Lynagh <igloo@earth.li>
Tue, 1 Jun 2010 17:33:25 +0000 (17:33 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 1 Jun 2010 17:33:25 +0000 (17:33 +0000)
mk/config.mk.in

index 697bf51..40f1ea7 100644 (file)
@@ -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