summaryrefslogtreecommitdiff
path: root/rts/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
...
* Add a -rpath entry for the RTS library, so that it can find libffiIan Lynagh2013-01-041-0/+4
* Link in-tree libffi to rts. Fixes trac #5743.Peter Trommler2012-11-301-0/+6
* libffi build system tweaksIan Lynagh2012-11-301-1/+4
* Add configure option to use system provided libffi; fixes #5743Ian Lynagh2012-11-291-5/+37
* turn off cmm optimisation for the debug waySimon Marlow2012-11-011-1/+1
* Get dynamic-by-default mostly working on OS XIan Lynagh2012-10-141-0/+3
* Don't set dynlib install names when buildingIan Lynagh2012-10-141-4/+0
* When dynamic-by-default, don't use the GHCi linkerIan Lynagh2012-10-131-0/+4
* Build the dynamic way by default on Linux/amd64Ian Lynagh2012-10-031-3/+3
* Test USE_MINIINTERPRETER rather than GhcUnregisterisedIan Lynagh2012-05-271-5/+0
* Working towards fixing DLLs on Win64Ian Lynagh2012-05-061-0/+6
* Enable and fix building dynlibs on Win64Ian Lynagh2012-05-051-4/+3
* Follow libffi changes on WindowsIan Lynagh2012-05-041-4/+4
* Code tidy-up: Use RET_NN in stg_block_asyncIan Lynagh2012-03-201-1/+0
* Fixed for unregisterised Windows buildsIan Lynagh2012-03-181-0/+2
* More fixes for Win64Ian Lynagh2012-03-151-1/+1
* Fix stg_block_async on unreg compilersIan Lynagh2012-03-151-0/+4
* RefactoringIan Lynagh2012-01-081-2/+2
* $(rts_H_FILES) should contain .h files in subdirectories of rts/ tooSimon Marlow2011-12-131-1/+1
* Resurrect UseLibFFIForAdjustors from bitrot.PHO2011-12-081-1/+8
* Use touchy rather than touch when building on WindowsIan Lynagh2011-12-021-2/+2
* Generate the C main() function when linking a binary (fixes #5373)Simon Marlow2011-11-161-12/+1
* Get Windows building dynlibs againIan Lynagh2011-10-181-17/+8
* On non-Windows, go back to using the libffi dynlib for the dyn wayIan Lynagh2011-10-161-10/+17
* Fix libffi build on WindowsIan Lynagh2011-10-141-3/+3
* Simplify the libffi buildIan Lynagh2011-10-141-15/+13
* Build fixes for OS X amd64 following libffi updateIan Lynagh2011-10-061-4/+4
* Use the x86/Darwin implementation of Adjustors on all x86 platforms,Simon Marlow2011-06-291-5/+1
* 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