summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-04-24 13:28:30 +0000
committerIan Lynagh <igloo@earth.li>2010-04-24 13:28:30 +0000
commit5a6c2ce786ec8daf2e63f08513d17496414c18f2 (patch)
treeb444c4ba728acb0e107dd2a2451f63bb24e50a06
parent6df0d098bfad37134789d16a092fa46fed9053d5 (diff)
downloadhaskell-5a6c2ce786ec8daf2e63f08513d17496414c18f2.tar.gz
Correct the name of the amd64/FreeBSD platform in PlatformSupportsSharedLibs
We weren't getting sharedlibs on amd64/FreeBSD because of this
-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 e6a30f427e..50e1e48806 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -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@