summaryrefslogtreecommitdiff
path: root/compiler/Makefile.ghcbin
Commit message (Expand)AuthorAgeFilesLines
* Clean ups for multi-way building of the GHC packageClemens Fruhwirth2007-09-121-0/+2
* Add a GhcDebugged build setting, for whether GHC is linked with -debugIan Lynagh2007-08-171-0/+3
* Stop ghc-6.7 linking in ghc-inplace.oIan Lynagh2007-08-151-0/+2
* Fix building GHC with profilingIan Lynagh2007-08-151-2/+2
* Get closer to GhcCompilerWays=p workingIan Lynagh2007-08-121-3/+4
* don't add -threaded in stage2/3 if we didn't build the threaded RTSSimon Marlow2007-06-121-0/+2
* use -fforce-recomp when compiling Main.hs against the ghc package.Simon Marlow2007-02-281-0/+3
* Propagate the DEBUGGER flag to the Makefile for stage 2Pepe Iborra2006-12-171-1/+7
* Don't make ghc threaded if GhcNotThreaded is YESIan Lynagh2006-11-201-0/+2
* use the correct $(HC)Simon Marlow2006-10-131-2/+7
* Use --export-dynamic to ensure ghci works on newer openbsdsDon Stewart2006-09-211-0/+3
* don't include .depend (attempt to fix Windows stage2 build failure)Simon Marlow2006-08-291-2/+0
* add some more options to stage 2Simon Marlow2006-08-091-0/+1
* only define GHCI if $(GhcWithInterpreter)=YES, also add -threadedSimon Marlow2006-08-091-1/+6
* Generalise Package SupportSimon Marlow2006-07-251-0/+30