summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-03-04 01:42:27 +0000
committerIan Lynagh <ian@well-typed.com>2013-03-04 15:55:49 +0000
commitdd766094a4fc526ba321bfcf5dbdcb52549edf9a (patch)
treef5006a65a94ab6adb097c76796fb59e2c4f47838 /mk
parentdf2e8675ae1c1d336f290679c206cf0165493266 (diff)
downloadhaskell-dd766094a4fc526ba321bfcf5dbdcb52549edf9a.tar.gz
Remove the FLEX support from the build system
Most of it was commented out anyway
Diffstat (limited to 'mk')
-rw-r--r--mk/config.mk.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 16faa95e68..e63b1eae33 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -424,10 +424,6 @@ WINDOWS_INSTALLER = $(WINDOWS_INSTALLER_BASE)$(exeext)
#
SRC_HC_OPTS += -H32m -O
-# These flags make flex 8-bit
-SRC_FLEX_OPTS += -8
-
-
# -----------------------------------------------------------------------------
# Names of programs in the GHC tree
#
@@ -596,14 +592,6 @@ DLLTOOL = inplace/mingw/bin/dlltool.exe
endif
#-----------------------------------------------------------------------------
-# Flex (currently unused, could be moved to glafp-utils)
-
-# FLEX = @LEX@
-# Don't bother with -lfl, we define our own yywrap()s anyway.
-# FLEX_LIB =
-#WAS:FLEX_LIB = @LEXLIB@
-
-#-----------------------------------------------------------------------------
# Other standard (ha!) Unix utilities
AR = @ArCmd@