- Jan 24, 2000
-
-
Reuben Thomas authored
Set SRC_SGML2XXX_OPTS variables rather than SGML2XXX_OPTS
-
Reuben Thomas authored
Added SGMLSTYLESHEET variable and set SGML2XXX_OPTS to -d $(SGMLSTYLESHEET)
-
- Jan 05, 2000
-
-
Reuben Thomas authored
Changed rules to make SGML documentation using DocBook tools rather than LinuxDoc.
-
- Dec 29, 1999
-
-
Simon Peyton Jones authored
Set MKDEPENDHS to $(HC) instead of $(GHC). This means that dependencies will be computed with the same compiler as compilations, which is presumably the right thing.
-
- Dec 22, 1999
-
-
Simon Marlow authored
Add comment about TMPDIR.
-
- Dec 21, 1999
-
-
Simon Marlow authored
remove old unused $RTS_PREFIX I just noticed.
-
- Dec 09, 1999
-
-
Simon Marlow authored
eliminate recursive defn: HC <--> WithGhcHc
-
- Dec 08, 1999
-
-
Simon Marlow authored
New make variable: $(WithNofibHc) which defines the Haskell compiler used to build nofib. Define $(GHC_INPLACE) in fptools/mk/config.mk.in. $(WithNofibHc) is set to $(GHC_INPLACE) by default. Fix $(MKDEPENDHS) in ghc/lib/std/Makefile.
-
- Dec 07, 1999
-
-
Simon Marlow authored
Automatically detect installed copies of ghc, nhc and hbc and plug them into the Makefile variables $(GHC), $(NHC) and $(HBC) respectively. $(HC) is now supposed to be a generic installed haskell compiler, which defaults to $(GHC) and can be changed via ./configure --with-hc=<blah>. Reorganise and tidy up a few things in config.mk.in.
-
Simon Marlow authored
80-columnify
-
- Nov 30, 1999
-
-
Simon Marlow authored
Add hslibs to the default $(ProjectsTo{Install,Build})
-
- Nov 12, 1999
-
-
Julian Seward authored
Add checks for readline library (as opposed to headers).
-
- Oct 27, 1999
-
-
Simon Marlow authored
Add way 's', for SMP/PThreads
-
- Oct 15, 1999
-
-
Simon Marlow authored
set $(HC) to the inplace ghc driver script.
-
- Oct 05, 1999
-
-
Simon Marlow authored
--with-ghc-hc is now --with-hc (to be used as the "locally installed Haskell compiler" for all projects).
-
- Jul 26, 1999
-
-
Simon Marlow authored
Remove some unused things.
-
- Jul 15, 1999
-
-
Simon Marlow authored
oops, forgot to commit this yesterday. RAWCPP is now '$(CPP) -undef -traditional'.
-
- Jun 18, 1999
-
-
Simon Marlow authored
Typo from Wolfram.
-
- Jun 16, 1999
-
-
Simon Marlow authored
Make use of the $(GhcWithRegisterised) build flag from config.mk. You can now get an unregisterised build by *either* - setting GhcWithRegisterised to NO in build.mk, or - adding 'u' to GhcLibWays. The former will make all compilations unregisterised, whereas the latter will require a '-unreg' flag to be passed to the compiler to get the unregisterised build.
-
- Jun 08, 1999
-
-
Simon Marlow authored
Pass -unreg for unregisterized builds.
-
- May 04, 1999
-
-
sof authored
added a new way (dll) to use when building Prelude DLLs
-
- Jan 24, 1999
-
-
sof authored
GhcReportCompiles: default is NO
-
- Jan 15, 1999
-
-
Simon Marlow authored
Compile the RTS with -O2 and -fomit-frame-pointer.
-
- Jan 14, 1999
-
-
Simon Marlow authored
- compile Happy with -O by default.
-
- Jan 10, 1999
-
-
sof authored
Added definition of WithGhcHcVersion (but left commented out, as it's currently unused.)
-
- Dec 02, 1998
-
-
Simon Marlow authored
Move 4.01 onto the main trunk.
-
- Nov 23, 1998
-
-
sof authored
Default GhcReportCompiles to NO
-
- Aug 19, 1998
-
-
sof authored
WithGhcHc: let configure script fill in default
-
- Aug 18, 1998
-
-
sof authored
Disregard whatever AC_PROG_LEX comes up with for LEXLIB (e.g., -lfl or not), since all fptools/ flex scripts define their own yywrap() anyway
-
- Aug 14, 1998
-
-
sof authored
Remove project specific version settings out of here (and into project .mk files)
-
- Aug 10, 1998
-
-
Simon Marlow authored
add LibGmp.
-
- Jun 21, 1998
-
-
sof authored
Missing =
-
- Jun 08, 1998
-
-
Simon Marlow authored
update GHC version to 3.03.
-
- May 29, 1998
-
-
sof authored
New rule, dist-package-zip: package src dists up using zip
-
- May 27, 1998
-
-
Simon Marlow authored
oops, committed proto GhcProjectVersion by mistake.
-
- 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
-