Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
aa9c98ec
Commit
aa9c98ec
authored
Dec 04, 2004
by
panne
Browse files
[project @ 2004-12-04 13:48:05 by panne]
Nuked some outdated stuff
parent
7e45c22b
Changes
2
Show whitespace changes
Inline
Side-by-side
mk/config.mk.in
View file @
aa9c98ec
...
...
@@ -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
...
...
mk/suffix.mk
View file @
aa9c98ec
...
...
@@ -155,13 +155,6 @@ ifneq "$(BootingFromHc)" "YES"
@
touch
$(
patsubst
%.hsc,%_hsc.c,
$<
)
endif
#-----------------------------------------------------------------------------
# Lx Suffix Rules
#
%.hs
:
%.lx
$(LX)
$(LX_OPTS)
$<
#-----------------------------------------------------------------------------
# Green-card Suffix Rules
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment