Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't add -threaded in stage2/3 if we didn't build the threaded RTS | Simon Marlow | 2007-06-12 | 1 | -0/+2 |
* | use -fforce-recomp when compiling Main.hs against the ghc package. | Simon Marlow | 2007-02-28 | 1 | -0/+3 |
* | Propagate the DEBUGGER flag to the Makefile for stage 2 | Pepe Iborra | 2006-12-17 | 1 | -1/+7 |
* | Don't make ghc threaded if GhcNotThreaded is YES | Ian Lynagh | 2006-11-20 | 1 | -0/+2 |
* | use the correct $(HC) | Simon Marlow | 2006-10-13 | 1 | -2/+7 |
* | Use --export-dynamic to ensure ghci works on newer openbsds | Don Stewart | 2006-09-21 | 1 | -0/+3 |
* | don't include .depend (attempt to fix Windows stage2 build failure) | Simon Marlow | 2006-08-29 | 1 | -2/+0 |
* | add some more options to stage 2 | Simon Marlow | 2006-08-09 | 1 | -0/+1 |
* | only define GHCI if $(GhcWithInterpreter)=YES, also add -threaded | Simon Marlow | 2006-08-09 | 1 | -1/+6 |
* | Generalise Package Support | Simon Marlow | 2006-07-25 | 1 | -0/+30 |