summaryrefslogtreecommitdiff
path: root/rts/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* Fix permissions when installingIan Lynagh2009-08-021-2/+2
* remove unnecessary $(RM)sSimon Marlow2009-07-011-1/+0
* Stop building the rts against gmpDuncan Coutts2009-06-131-22/+0
* Add rules for building .cmm files in librariesIan Lynagh2009-06-111-42/+0
* Fix the way in the +RTS --info outputIan Lynagh2009-06-201-1/+2
* $(XARGS) might include arguments, so don't quote it in makefilesIan Lynagh2009-05-301-1/+1
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-301-24/+24
* Fix #3201: "ar: Bad file number" build error with MSYS and SplitObjs=YESSimon Marlow2009-05-211-1/+1
* Use shared lib mode -dynload deploy to build the rts and core shared libsDuncan Coutts2009-05-191-1/+2
* Keep C main separate from rts lib and link it in for standalone progsDuncan Coutts2009-05-151-3/+11
* Fix silly make macro mistake in a rule used in the --enable-shared caseDuncan Coutts2009-05-141-2/+2
* Bootstrapping fixesIan Lynagh2009-05-161-0/+3
* Hide more make rules when cleaningIan Lynagh2009-05-161-0/+4
* Link the rts shared libs against gmp and the other C libsDuncan Coutts2009-05-011-2/+7
* disable a warningSimon Marlow2009-05-051-0/+1
* More rules for bootstrappingIan Lynagh2009-05-041-0/+10
* Tweak rts ghc.mk for bootstrappingIan Lynagh2009-05-031-0/+2
* Build the rts as a shared lib correctlyDuncan Coutts2009-04-291-3/+10
* add missing eventlog subdirSimon Marlow2009-04-281-1/+1
* Add a header to all build system files:Simon Marlow2009-04-281-0/+12
* GHC new build system megapatchIan Lynagh2009-04-261-0/+393