Correct the name of the amd64/FreeBSD platform in PlatformSupportsSharedLibs
authorIan Lynagh <igloo@earth.li>
Sat, 24 Apr 2010 13:28:30 +0000 (13:28 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 24 Apr 2010 13:28:30 +0000 (13:28 +0000)
We weren't getting sharedlibs on amd64/FreeBSD because of this

mk/config.mk.in

index e6a30f4..50e1e48 100644 (file)
@@ -102,7 +102,7 @@ GhcDebugged=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 amd64-unknown-freebsd i386-unknown-mingw32),YES,NO)
+PlatformSupportsSharedLibs = $(if $(filter $(TARGETPLATFORM),i386-unknown-linux x86_64-unknown-linux i386-unknown-freebsd x86_64-unknown-freebsd i386-unknown-mingw32),YES,NO)
 
 # ToDo later:
 # BuildStaticLibs=@BuildStaticLibs@