summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ghc/ghc.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/ghc/ghc.mk b/ghc/ghc.mk
index 2f6fb8010a..6df7c0cd27 100644
--- a/ghc/ghc.mk
+++ b/ghc/ghc.mk
@@ -33,10 +33,6 @@ ghc_stage2_HC_OPTS += -threaded
ghc_stage3_HC_OPTS += -threaded
endif
-ifeq "$(BuildSharedLibs)" "YES"
-ghc_HC_OPTS += -dynamic
-endif
-
# XXX ToDp
# ifeq "$(GhcProfiled)" "YES"