- May 22, 1998
-
-
Simon Marlow authored
nuke $(WithGhcHcType)
-
- May 15, 1998
-
-
Simon Marlow authored
Profiling w/ splitting appears to produce reasonably sizes libraries now: turn splitting back on by default.
-
- May 07, 1998
-
-
Simon Marlow authored
- New option $(StripLibraries) removes local symbols from library objects. Turned off by default, as it only works with linkers that support the '-x' (remove local symbols) option.
-
- Apr 29, 1998
-
-
Simon Marlow authored
- NoFibHcOpts = -O by default.
-
- Apr 17, 1998
-
-
sof authored
Turn off GhcLibWays when booting from .hc files
-
- Apr 16, 1998
-
-
sof authored
Added --enable-hc-boot flag for setting up a .hc build tree
-
- Apr 14, 1998
-
-
Simon Marlow authored
don't include PRIVATE in NoFibSubDirs by default.
-
Simon Marlow authored
death to GHC_ONLY.
-
- Mar 17, 1998
-
-
Simon Marlow authored
configure HaveLibGmp.
-
- Mar 11, 1998
-
-
Simon Marlow authored
we don't use GNUCPP anywhere.
-
Simon Marlow authored
set CPP to @CPP@, not @RAWCPP@.
-
Simon Marlow authored
add RTS_PREFIX = $(FPTOOLS_TOP)/common-rts/ (Harmless unless compiling for the new RTS).
-
- Mar 05, 1998
-
-
sof authored
Don't split object files when booting from .hc
-
- Feb 23, 1998
-
-
Simon Marlow authored
bump GHC version to 3.02.
-
- Feb 19, 1998
-
-
Simon Marlow authored
remove comment on GhcProjectVersion: it caused problems with make dist.
-
- Feb 17, 1998
-
-
sof authored
don't look for green-card binary, use the one in the build tree instead.
-
Simon Marlow authored
Remove redundant PROJECT{VERSION,NAME,PATCHLEVEL} in favour of ProjectVersion etc. from config.mk.in.
-
- Feb 03, 1998
-
-
Simon Marlow authored
bump version to 3.01
-
Simon Marlow authored
remove hslibs stuff.
-
- Jan 27, 1998
-
-
sof authored
AC_SUBST(exeext)
-
- Jan 21, 1998
-
-
Simon Marlow authored
remove references to fastmake.
-
Simon Marlow authored
remove MKDEPENDHS_1_2.
-
- Jan 09, 1998
-
-
Simon Marlow authored
- remove Ghc2_0 - bump GHC version number to 3.00 - default compiler to build with is 2.10
-
- Dec 22, 1997
-
-
Simon Marlow authored
remove support for using the Happy from the tree.
-
- Dec 19, 1997
-
-
Simon Marlow authored
set GhcBinDistBins.
-
Simon Marlow authored
don't split objects for way "mr" too.
-
- Dec 17, 1997
-
-
Simon Marlow authored
add ghc/docs/libraries to the documentation built for a GHC binary distribution.
-
- Dec 16, 1997
-
-
Simon Marlow authored
update for GHC 2.10, and add SGML2INFO.
-
Simon Marlow authored
cleanups to the bindist stuff.
-
- Dec 15, 1997
-
-
Simon Marlow authored
bump happy version number to 1.5.
-
- Nov 22, 1997
-
-
sof authored
comment wibble
-
- Nov 13, 1997
-
-
Simon Marlow authored
update to version 2.08
-
- Oct 09, 1997
-
-
Simon Marlow authored
set $(exeext) to empty, since it's currently set to @exeext@ and there's nothing in the configure script to pass in its real value. I'll move the tag on this file for 2.08, it can be fixed properly later.
-
- Oct 07, 1997
-
-
Simon Marlow authored
add HappyProjectName etc. variables.
-
- Oct 02, 1997
-
-
sof authored
Added exeext (cygwin32b18-specific);turn off splitting for profiled libs
-
- Sep 24, 1997
-
-
Simon Marlow authored
remove $(basename ..) from $(GhcLibHcOpts).
-
Simon Marlow authored
remove last bit of deforester.
-
- Sep 22, 1997
-
-
Simon Marlow authored
nuke GhcBuildeeVersion (which wasn't used anywhere) and GhcBuilerVersion (which was potentially wrong and not used anywhere).
-
Simon Marlow authored
update version numbers.
-
- Sep 19, 1997
-
-
Simon Marlow authored
$(WithHappyHc) = $(WithGhcHc) is a more sensible default.
-