summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rw-r--r--mk/config.mk.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index d12cbff75b..fcf7e0d008 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -99,14 +99,12 @@ GhcStage3HcOpts=-O2
GhcProfiled=NO
GhcDebugged=NO
+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)
-# ToDo later:
-# BuildStaticLibs=@BuildStaticLibs@
-
# Build a compiler that will build *unregisterised* libraries and
# binaries by default. Unregisterised code is supposed to compile and
# run without any support for architecture-specific assembly mangling,