summaryrefslogtreecommitdiff
path: root/compiler/Makefile.ghcbin
Commit message (Expand)AuthorAgeFilesLines
* 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