summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-06-22 19:10:03 +0100
committerIan Lynagh <igloo@earth.li>2011-06-22 19:32:25 +0100
commit6ecb8d38b38e134760cf6fd88b078b224b2d8424 (patch)
tree5eb2eaf0d5f3d8d72a304c9538ac91964d4043c6 /mk
parent1003471ce94d752eda3977c9fa07cbe32ac149f2 (diff)
downloadhaskell-6ecb8d38b38e134760cf6fd88b078b224b2d8424.tar.gz
Move more commands into the settings file
Diffstat (limited to 'mk')
-rw-r--r--mk/config.mk.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 18e60e793b..87f80f71c4 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -417,9 +417,6 @@ SRC_HC_OPTS += -H32m -O
# These flags make flex 8-bit
SRC_FLEX_OPTS += -8
-# Default fptools options for dllwrap.
-SRC_BLD_DLL_OPTS += --target=i386-mingw32
-
# Flags for CPP when running GreenCard on .pgc files
GC_CPP_OPTS += -P -E -x c -traditional -D__GLASGOW_HASKELL__
@@ -742,8 +739,6 @@ XSLTPROC_LABEL_OPTS = --stringparam toc.section.depth 3 \
#-----------------------------------------------------------------------------
# FPtools support software
-BLD_DLL = dllwrap
-
#
# ghc-pkg
#