summaryrefslogtreecommitdiff
path: root/rts/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* Fix detection and use of `USE_LIBDW`Erik de Castro Lopo2016-06-011-8/+0
* Runtime linker: Break m32 allocator out into its own fileErik de Castro Lopo2016-05-251-1/+1
* Rework CC/CC_STAGE0 handling in `configure.ac`Herbert Valerio Riedel2016-04-161-1/+1
* Add NCG support for AIX/ppc32Herbert Valerio Riedel2016-03-241-0/+1
* Use stage1 build variables when building the RTSReid Barton2016-01-271-1/+1
* Switch from -this-package-key to -this-unit-id.Edward Z. Yang2016-01-191-3/+3
* rts: Kill PAPI supportBen Gamari2015-11-181-27/+0
* Implement function-sections for Haskell code, #8405Simon Brenner2015-11-121-0/+4
* Allow the GHCi Linker to resolve related dependencies when loading DLLsTamar Christina2015-11-071-1/+14
* Libdw: Add libdw-based stack unwindingBen Gamari2015-10-171-0/+8
* Build system: simplify install.mk.inThomas Miedema2015-08-211-2/+2
* Implement PowerPC 64-bit native code backend for LinuxPeter Trommler2015-07-031-0/+3
* Rename $1_$2_$3_LIB_NAME to LIB_FILE.Edward Z. Yang2015-06-221-2/+2
* Typos in error messages and in commentsGabor Greif2015-04-101-1/+1
* Replaced SEH handles with VEH handlers which should work uniformly across x86...Tamar Christina2015-03-031-7/+7
* 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