summaryrefslogtreecommitdiff
path: root/rts/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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