From: panne Date: Sat, 4 Dec 2004 13:48:06 +0000 (+0000) Subject: [project @ 2004-12-04 13:48:05 by panne] X-Git-Tag: Initial_conversion_from_CVS_complete~1358 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=aa9c98eccad321f97953330e7d4931a68ed0550e [project @ 2004-12-04 13:48:05 by panne] Nuked some outdated stuff --- diff --git a/mk/config.mk.in b/mk/config.mk.in index a3eb22c..68a4fd2 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -318,17 +318,6 @@ GhcLibHcOpts=-O -Rghc-timing # Win32 only: Enable the RTS and libraries to be built as DLLs DLLized=@EnableWin32DLLs@ -# Win32 only: are we building a compiler that tries to reduce external -# dependencies? i.e., one that doesn't assume that the user has got -# the cygwin toolchain installed on his/her Win32 box. -# -# GHC is still dependent on GNU tools in the backend (gcc to further process -# .c/.hc/.s/.o files + 'perl' to mangle and split), but using this -# option a GHC distribution can be put together which includes a minimal -# set of these open source tools. -# -MinimalUnixDeps=@MinimalUnixDeps@ - # Strip local symbols from libraries? This can make the libraries smaller, # but makes debugging somewhat more difficult. Doesn't work with all ld's. # @@ -709,9 +698,6 @@ else GhcCanonVersion = $(GhcMajVersion)$(GhcMinVersion) endif -# Set to YES if $(GHC) has the readline package installed -GhcHasReadline = @GhcHasReadline@ - HBC = @HBC@ NHC = @NHC@ @@ -907,7 +893,6 @@ ETAGS = $(ETAGS_PREFIX)etags VERBATIM = $(VERBATIM_PREFIX)verbatim SGMLVERB = $(SGMLVERB_PREFIX)sgmlverb RUNTEST = $(RUNTEST_PREFIX)runstdtest -LX = @LxCmd@ BLD_DLL = dllwrap diff --git a/mk/suffix.mk b/mk/suffix.mk index 2714c34..5ac15fb 100644 --- a/mk/suffix.mk +++ b/mk/suffix.mk @@ -156,13 +156,6 @@ ifneq "$(BootingFromHc)" "YES" endif #----------------------------------------------------------------------------- -# Lx Suffix Rules -# - -%.hs : %.lx - $(LX) $(LX_OPTS) $< - -#----------------------------------------------------------------------------- # Green-card Suffix Rules #