diff options
author | Ian Lynagh <igloo@earth.li> | 2011-06-22 19:10:03 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-06-22 19:32:25 +0100 |
commit | 6ecb8d38b38e134760cf6fd88b078b224b2d8424 (patch) | |
tree | 5eb2eaf0d5f3d8d72a304c9538ac91964d4043c6 /mk | |
parent | 1003471ce94d752eda3977c9fa07cbe32ac149f2 (diff) | |
download | haskell-6ecb8d38b38e134760cf6fd88b078b224b2d8424.tar.gz |
Move more commands into the settings file
Diffstat (limited to 'mk')
-rw-r--r-- | mk/config.mk.in | 5 |
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 # |