summaryrefslogtreecommitdiff
path: root/rts/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* Install the RTS from a bindist correctlyIan Lynagh2007-06-051-3/+19
* Basic heap profile support without -profSimon Marlow2007-04-271-1/+1
* Have configure take arguments telling it where gmp is; fixes trac #957Ian Lynagh2007-03-111-0/+18
* disable -Wbad-function-cast; it's hard/impossible to work aroundSimon Marlow2007-03-061-1/+1
* Toggle whether the RTS gets build with debugger support for ghciPepe Iborra2006-12-111-0/+4
* reorganise PAPI configuration: off by default, even if library is foundSimon Marlow2006-11-201-2/+2
* Added configure gadgets to detect Papi, and fixed build problems'Alexey Rodriguez2006-11-091-0/+8
* update flag settings after files were relocatedSimon Marlow2006-11-081-2/+2
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-241-3/+3
* compensate for gmp/configure sometimes not being executableSimon Marlow2006-10-171-1/+1
* Rejig TABLES_NEXT_TO_CODE: the -unreg flag was broken by earlier changesSimon Marlow2006-10-171-5/+0
* Partially fix GHCi when unregisterisedIan Lynagh2006-10-121-0/+5
* Fix unregisterised builds, and building on non-x86/amd64/powerpcIan Lynagh2006-08-251-0/+5
* Tweak GCC's inlining parameters to get thread_obj inlinedsven.panne@aedion.de2006-08-101-0/+3
* re-add -fvia-CSimon Marlow2006-07-101-0/+3
* No longer force -fvia-C for the RTS, it can now be compiled with the NCGSimon Marlow2006-06-291-3/+0
* Use -fno-strict-aliasing for *all* C files in the runtimeSimon Marlow2006-06-291-4/+9
* Asynchronous exception support for SMPSimon Marlow2006-06-161-20/+1
* Fix stage2 segfault on openbsd.dons@cse.unsw.edu.au2006-04-281-0/+5
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+370