RTS tidyup sweep, first phase
[ghc-hetmet.git] / rts / ghc.mk
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-08-02 Ian LynaghFix permissions when installing
2009-07-01 Simon Marlowremove unnecessary $(RM)s
2009-06-13 Duncan CouttsStop building the rts against gmp
2009-06-11 Ian LynaghAdd rules for building .cmm files in libraries
2009-06-20 Ian LynaghFix the way in the +RTS --info output
2009-05-30 Ian Lynagh$(XARGS) might include arguments, so don't quote it...
2009-05-30 Ian LynaghQuote commands that we run, so they work if there are...
2009-05-21 Simon MarlowFix #3201: "ar: Bad file number" build error with MSYS...
2009-05-19 Duncan CouttsUse shared lib mode -dynload deploy to build the rts...
2009-05-15 Duncan CouttsKeep C main separate from rts lib and link it in for...
2009-05-14 Duncan CouttsFix silly make macro mistake in a rule used in the...
2009-05-16 Ian LynaghBootstrapping fixes
2009-05-16 Ian LynaghHide more make rules when cleaning
2009-05-01 Duncan CouttsLink the rts shared libs against gmp and the other...
2009-05-05 Simon Marlowdisable a warning
2009-05-04 Ian LynaghMore rules for bootstrapping
2009-05-03 Ian LynaghTweak rts ghc.mk for bootstrapping
2009-04-29 Duncan CouttsBuild the rts as a shared lib correctly
2009-04-28 Simon Marlowadd missing eventlog subdir
2009-04-28 Simon MarlowAdd a header to all build system files:
2009-04-26 Ian LynaghGHC new build system megapatch