summaryrefslogtreecommitdiff
path: root/mk
Commit message (Expand)AuthorAgeFilesLines
* Fix bindist creationIan Lynagh2007-06-011-367/+2
* Rework the build system a bitIan Lynagh2007-05-314-106/+3
* FIX unregisterised buildSimon Marlow2007-05-311-3/+3
* Build Windows installer when making a bindist if ISCC is setIan Lynagh2007-05-291-0/+4
* don't build the threaded RTS when GhcUnregisterised=YESSimon Marlow2007-05-291-3/+9
* add $(ghc_ge_607)Simon Marlow2007-05-251-0/+2
* Remove non-functional uninstall Makefile targetIan Lynagh2007-05-131-37/+3
* Move the libraries bindist generation code into libraries/MakefileIan Lynagh2007-05-131-0/+4
* Tweak generation of generated filesIan Lynagh2007-05-122-4/+6
* Remove ghc_ge_504 (it's required to be true now anyway)Ian Lynagh2007-05-091-2/+0
* Add WAY_debug_t_NAME and WAY_debug_t_HC_OPTSsimonpj@microsoft.com2007-04-241-0/+4
* Pass configure arguments to the library configure scriptsIan Lynagh2007-04-181-0/+8
* Re-working of the breakpoint supportSimon Marlow2007-04-171-3/+0
* Allow ProjectTags to be specified in mk/build.mkIan Lynagh2007-04-131-1/+2
* add comments about ticky RTS waysSimon Marlow2007-04-041-0/+2
* Use a sensible set of compiler options for building dynamic libraries on Mac ...wolfgang.thaller@gmx.net2007-03-271-11/+22
* cache the values of ghc_ge_XXX at configure-timeSimon Marlow2007-03-131-5/+5
* Be a bit more verbose about what's happening when recursively making in subdirsIan Lynagh2007-03-121-1/+7
* Have configure take arguments telling it where gmp is; fixes trac #957Ian Lynagh2007-03-111-0/+3
* Fixed typo in devel1 flavorKirsten Chevalier2007-02-071-1/+1
* Adhere to the new GNU Coding Standards, avoiding a warning with autoconf 2.59...sven.panne@aedion.de2007-02-011-0/+1
* Toggle whether the RTS gets build with debugger support for ghciPepe Iborra2006-12-111-0/+3
* update, and add some more build flavours (inc. dons's fast build)Simon Marlow2006-12-141-27/+72
* Add PowerPC to the list of SMP archesIan Lynagh2006-12-091-1/+3
* x86_64: support PIC and therefore, Mac OS X in the NCGwolfgang.thaller@gmx.net2006-12-071-1/+4
* Make a ghc/ghci manpageIan Lynagh2006-12-051-0/+1
* reorganise PAPI configuration: off by default, even if library is foundSimon Marlow2006-11-201-3/+5
* Added configure gadgets to detect Papi, and fixed build problems'Alexey Rodriguez2006-11-091-0/+3
* hp2ps_config_mkRavi Nanavati2006-09-291-0/+2
* Remove STANDALONE_PACKAGE bits that had escaped the removalIan Lynagh2006-11-101-17/+0
* use the right $(HC) for stage 3Simon Marlow2006-11-091-0/+2
* remove unused STANDALONE_PACKAGE stuffSimon Marlow2006-11-091-26/+0
* Re-enable TABLES_NEXT_TO_CODE for powerpc (was accidentally disabled)wolfgang.thaller@gmx.net2006-10-231-1/+1
* Rejig TABLES_NEXT_TO_CODE: the -unreg flag was broken by earlier changesSimon Marlow2006-10-171-14/+8
* Partially fix GHCi when unregisterisedIan Lynagh2006-10-121-0/+17
* Fixes for the porting process for 6.6Ian Lynagh2006-10-031-31/+34
* Add source code links to Haddock docsSimon Marlow2006-09-082-0/+16
* Massive patch for the first months work adding System FC to GHC #36Manuel M T Chakravarty2006-08-041-3/+3
* some updatesSimon Marlow2006-09-181-10/+9
* use ghc-pkg --force-files, and update command-line syntaxSimon Marlow2006-09-181-2/+2
* adapt stylesheet to example-contents class used by xsltprocRoss Paterson2006-09-101-1/+4
* Remove the -optP-P from .raw-hs generationSimon Marlow2006-09-071-2/+2
* Don't enable SMP if we are unregisterisedIan Lynagh2006-08-291-1/+1
* add missing ghc_ge_605Simon Marlow2006-08-311-0/+2
* Sparc supports SMP tooSimon Marlow2006-08-251-1/+1
* Fix unregisterised builds, and building on non-x86/amd64/powerpcIan Lynagh2006-08-251-0/+8
* Now that we have an "html" package, put the Haddock docs somewhere elsesven.panne@aedion.de2006-08-111-1/+1
* Use -package-name rather than -ignore-packageSimon Marlow2006-07-251-4/+4
* Move readline configuration into the readline packageSimon Marlow2006-06-091-12/+0
* match up more closely with compiler/main/DynFlags.hs:machdepCCOptsSimon Marlow2006-05-151-2/+6