[commit: ghc] master: Remove the FLEX support from the build system (dd76609)
Ian Lynagh
igloo at earth.li
Mon Mar 4 18:43:27 CET 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/dd766094a4fc526ba321bfcf5dbdcb52549edf9a
>---------------------------------------------------------------
commit dd766094a4fc526ba321bfcf5dbdcb52549edf9a
Author: Ian Lynagh <ian at well-typed.com>
Date: Mon Mar 4 01:42:27 2013 +0000
Remove the FLEX support from the build system
Most of it was commented out anyway
>---------------------------------------------------------------
mk/config.mk.in | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/mk/config.mk.in b/mk/config.mk.in
index 16faa95..e63b1ea 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@
More information about the ghc-commits
mailing list