Skip to content
Snippets Groups Projects
Commit dd766094 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Remove the FLEX support from the build system

Most of it was commented out anyway
parent df2e8675
No related branches found
No related tags found
No related merge requests found
......@@ -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
#
......@@ -595,14 +591,6 @@ else ifeq "$(TARGETPLATFORM)" "x86_64-unknown-mingw32"
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment