summaryrefslogtreecommitdiff
path: root/rts/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Put the contents of Evac.c-inc back in Evac.c, and just compile the file twiceSimon Marlow2008-06-031-0/+14
* use SRC_CC_OPTS rather than SRC_HC_OPTS for C optionssimonmar@microsoft.com2007-11-191-1/+1
* allow PAPI to be installed somewhere non-standardSimon Marlow2007-11-011-0/+14
* Refactoring of the GC in preparation for parallel GCSimon Marlow2007-10-311-1/+1
* avoid warnings from ffi.h when UseLibFFIForAdjustors=YESSimon Marlow2008-04-091-0/+1
* Import libffi-3.0.4, and use it to provide FFI support in GHCiSimon Marlow2008-04-081-10/+13
* Do not #include external header files when compiling via CSimon Marlow2008-04-021-7/+3
* When concatenating variables in Makefile, strip spaces in case one is emptyIan Lynagh2008-03-151-1/+1
* Mac OS X deployment target: piping opts through MakefilesManuel M T Chakravarty2008-02-211-0/+5
* Windows now doesn't need different values for DQ in the build systemIan Lynagh2008-01-231-6/+1
* Add dyn-wrapper.c used as cross-plattform launch wrapper for executables usin...Clemens Fruhwirth2008-01-161-0/+9
* Optionally use libffi to implement 'foreign import "wrapper"' (#793)Simon Marlow2008-01-031-0/+5
* Fix building libHSrts.dll by using ghc-pkg instead of grepping in base.cabalClemens Fruhwirth2007-12-301-12/+11
* We need to set _way=* in rts/ both when making and installing bindistsIan Lynagh2007-10-271-0/+8
* Add STANDARD_OPTS to SRC_HC_OPTS in rts/Makefile so we get -I../includes for ...Ian Lynagh2007-09-261-1/+1
* Add a BeConservative setting to the make systemIan Lynagh2007-09-101-0/+4
* The RTS is Haddock-less, tell make about itsven.panne@aedion.de2007-09-101-0/+5
* Suppress some warnings on WindowsIan Lynagh2007-09-021-0/+7
* Fix and supress some warnings, and turn on -Werror when validatingIan Lynagh2007-09-021-0/+10
* Jump through some hoops to make the Windows SEH exception stuff happyIan Lynagh2007-08-241-0/+6
* Fix passing double quotes to GHC on WindowsIan Lynagh2007-08-181-8/+16
* Document +RTS --info, and make it a Read'able Haskell valueIan Lynagh2007-08-161-7/+7
* Build RTS as dynamic libraryClemens Fruhwirth2007-08-081-38/+35
* Add unreg/tables-next-code output to +RTS --infoIan Lynagh2007-07-231-0/+2
* Add a +RTS --info flag print various info; partially fixes trac #1517Ian Lynagh2007-07-221-0/+5
* oops, revert part of the +RTS -V0 patch which was accidentally includedSimon Marlow2007-07-101-1/+1
* Fix the +RTS -V0 option introduced recently; it didn't work at all, now it does.Simon Marlow2007-07-081-1/+1
* Update the in-tree GMP; fixes trac #832Ian Lynagh2007-07-051-43/+5
* Fix a problem with package.mk being included too earlySimon Marlow2007-06-201-4/+2
* Fix the ghc package in bindistsIan Lynagh2007-06-091-0/+4
* 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