summaryrefslogtreecommitdiff
path: root/rts/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-051-3/+3
* Include LD_OPTS when building the RTS shared libsSimon Marlow2014-04-071-1/+4
* Fix inplace dynamic linking on OS X (#8266)Christiaan Baaj2014-01-281-2/+4
* Fix specification of -z origin for gold.Austin Seipp2014-01-071-1/+1
* Correctly set relative rpath for OS X (#8266)Austin Seipp2013-10-251-1/+4
* Use dynamic linking only if the GHC package is compiled with -dynamic (#8376)Simon Marlow2013-10-111-0/+1
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-3/+3
* Remove DYNAMIC_GHC_PROGRAMS tests in the linkerSimon Marlow2013-08-221-4/+0
* Fix dynlib paths in the RTS too; part of #7833Ian Lynagh2013-06-221-0/+1
* Don't use -finline-limit with Clang.Austin Seipp2013-06-211-0/+2
* Cleaning fixes, and other build system tweaks; part of #7941Ian Lynagh2013-06-141-6/+6
* Make sure the RTS is built, even when no programs are being built with stage1Ian Lynagh2013-05-101-1/+1
* Generate dependencies for .cmm files properlyIan Lynagh2013-05-091-3/+6
* Fix the name of libffiIan Lynagh2013-05-091-12/+13
* Fix build on OS XIan Lynagh2013-04-301-2/+4
* Fix buildIan Lynagh2013-04-281-2/+2
* Add -L flags to libs.depend (fixes #7465)Ian Lynagh2013-04-281-1/+3
* Tidy up some build system codeIan Lynagh2013-04-281-2/+2
* When linking with $ORIGIN rpaths, use the "-z origin" linker flag tooIan Lynagh2013-04-271-1/+1
* Follow build system changes in integer-gmpIan Lynagh2013-04-201-1/+1
* Rename the FFI DLL to libffi.dll for consistencyIan Lynagh2013-04-061-5/+7
* Fix installationIan Lynagh2013-04-031-3/+2
* Fix the names of the libffi archivesIan Lynagh2013-03-241-1/+1
* Change how we handle libffiIan Lynagh2013-03-231-17/+22
* Remove some more old, unused codeIan Lynagh2013-03-211-6/+2
* Fix build with non-Linux ELF OSesIan Lynagh2013-03-201-1/+1
* By default, use the dynamic way for programs in the GHC treeIan Lynagh2013-03-151-2/+2
* Use more of the automatically generated INPLACE variablesIan Lynagh2013-03-031-2/+2
* Define $(prog)_INPLACE variables automatically, and start using themIan Lynagh2013-03-031-2/+2
* Build fixes following build system refactoringIan Lynagh2013-02-211-0/+2
* Remove the MACOSX_DEPLOYMENT stuff; fixes #7559Ian Lynagh2013-02-171-5/+0
* Finish removing BootingFromHcIan Lynagh2013-02-171-4/+0
* Fixes to the rts C flags for the debug waySimon Marlow2013-02-141-1/+1
* use GhcRtsHcOpts and GhcRtsCcOpts for the debug way tooSimon Marlow2013-01-291-5/+5
* 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