summaryrefslogtreecommitdiff
path: root/rts/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* Emit various bits of OS process info into the eventlogDuncan Coutts2011-05-261-0/+1
* Revert "Add capability sets to the event system. Contains code from Duncan Co...Duncan Coutts2011-05-231-1/+0
* Add capability sets to the event system. Contains code from Duncan Coutts.Spencer Janssen2011-05-181-0/+1
* Add stage-specific versions of more ar-related makefile varsIan Lynagh2011-04-231-2/+2
* Make and use AR_STAGE[0123] makefile varsIan Lynagh2011-04-231-2/+2
* Refactor how dependencies are included; fixes #5109Ian Lynagh2011-04-141-2/+1
* Cleanup sweep and fix a bug in RTS flag processing.Simon Marlow2011-04-121-0/+1
* Don't put 2 copies of the RTS libraries in the bindistsIan Lynagh2011-03-161-1/+0
* Enable DTrace on Solaris; based on a patch from Karel GardasIan Lynagh2011-02-101-7/+28
* Remove use of non-existent $$(dir) variable in the rts ghc.mkIan Lynagh2011-01-231-1/+1
* Tweak some deps to avoid multiple $(wildcard ...)sIan Lynagh2011-01-231-1/+1
* Use := when assigning the result of $(wildcard ...)Ian Lynagh2011-01-221-3/+4
* Turn off dtrace unless you override USE_DTRACEIan Lynagh2011-01-161-3/+3
* Fix #4829 (build does not respect --with-gcc option)gwright@antiope.com2010-12-211-1/+6
* do not compile part of shared lib RTS with -fno-PIC on SolarisKarel Gardas2010-12-171-3/+22
* Always enable the archive-loading codeIan Lynagh2010-11-271-4/+0
* Build system tweak: Inline DQ now it's the same on all platformsIan Lynagh2010-11-141-20/+17
* Add a dependency that my OS X build has recently started tripping up overIan Lynagh2010-09-201-1/+1
* Implement archive loading for ghciIan Lynagh2010-09-201-0/+4
* Remove "-dynload wrapper"; fixes trac #4275Ian Lynagh2010-09-081-9/+0
* Remove libHSrtsmain.a before creating itIan Lynagh2010-08-011-0/+1
* Set -fno-stack-protector in extra-gcc-opts; fixes #4206Ian Lynagh2010-07-281-5/+0
* Fix HC porting test in makefilesIan Lynagh2010-07-161-1/+1
* Change some TARGET tests to HOST tests in the RTSIan Lynagh2010-07-131-1/+1
* Disable dynamic linking optimisations on OS XSimon Marlow2010-07-051-1/+12
* disable -fPIC for the GC for performance reasonsSimon Marlow2010-06-171-0/+28
* Correct install-name for dynamic Darwin rtspho@cielonegro.org2010-05-081-4/+4
* Don't include inter-package dependencies when compiling with stage 0; #4031Ian Lynagh2010-05-091-1/+1
* Don't use -Bsymbolic when linking the RTSIan Lynagh2010-03-161-2/+2
* Disable -Wcast-align when building the rtsbenl@cse.unsw.edu.au2010-02-031-1/+9
* fix warningsSimon Marlow2010-01-271-1/+0
* remove suspicious whitespace-only linesSimon Marlow2010-01-271-2/+2
* Change how RTS libraries get installed; fixes trac #3794Ian Lynagh2010-01-191-7/+7
* Escape some more $s in makefiles, for consistencyIan Lynagh2010-01-191-2/+2
* Just make C dependencies once, rather than each wayIan Lynagh2009-12-151-0/+7
* Expose all EventLog events as DTrace probesManuel M T Chakravarty2009-12-121-1/+26
* Eliminate mkdependCIan Lynagh2009-12-091-9/+3
* Change some HC_OPTS to CC_OPTS, so they are used when making dependenciesIan Lynagh2009-12-081-2/+2
* Link all dynamic libraries with the correct install_name on Mac OS/X.Ian Lynagh2009-12-041-1/+6
* Reorder ALL_RTS_LIBSMatthias Kilian2009-11-151-2/+2
* Windows DLLs: gmp is in the integer-gmp package now.Ben.Lippmeier@anu.edu.au2009-11-141-3/+1
* Windows DLLs: use one import lib for each DLL the RTS needs.Ben.Lippmeier@anu.edu.au2009-11-111-12/+53
* Add autoconf code to locate dlltool on WindowsBen.Lippmeier@anu.edu.au2009-11-101-1/+1
* Break recursive imports between the RTS and base library on Windows.Ben.Lippmeier@anu.edu.au2009-11-061-0/+12
* Put the libffi files to be installed into a dist directoryIan Lynagh2009-11-181-1/+1
* The RTS needs hs-suffix-rules-srcdir for BootingFromHcSimon Marlow2009-11-111-0/+2
* Split XARGS into XARGS and XARGS_OPTSIan Lynagh2009-11-071-1/+1
* Make installation on *nix work for paths with spaces in their nameIan Lynagh2009-11-051-3/+3
* Fix #3642: m GHC builds using the Haskell PlatformSimon Marlow2009-11-051-2/+2
* Remove unused DYNAMIC_RTS var from rts/ghc.mkBen.Lippmeier@anu.edu.au2009-10-061-6/+0