summaryrefslogtreecommitdiff
path: root/rts/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* 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
* Handle deps with numbers in them, like 'wsock32'.Ben.Lippmeier@anu.edu.au2009-10-061-1/+1
* Tweak to the way per-source-file options are specifiedSimon Marlow2009-10-151-32/+32
* Fix dependencies for the RTSSimon Marlow2009-10-061-2/+3
* Use "order only constraints" for directoriesIan Lynagh2009-10-021-4/+2
* Fix building of the RTS with the NCG under WindowsBen.Lippmeier@anu.edu.au2009-09-261-6/+0
* Fix build on Mac OS 10.6 (Snow Leopard)Manuel M T Chakravarty2009-09-171-1/+1
* refactor *_OPTS settings in the build system; no functional changesSimon Marlow2009-09-091-3/+0
* Use -W, not -Werror, for gcc older than 3.4Matthias Kilian2009-08-261-1/+6
* Make our install variables etc compliant with GNU standards; fixes #1924Ian Lynagh2009-08-141-3/+3