summaryrefslogtreecommitdiff
path: root/mk
Commit message (Expand)AuthorAgeFilesLines
* Fix "make 1" etc following the build system changesIan Lynagh2011-01-272-1/+61
* Keep separate linker flags, for when we want to link with gcc or ldIan Lynagh2011-01-241-3/+6
* Fix OSTYPE testIan Lynagh2011-01-201-2/+2
* Add OSTYPE build-system variable, and use itsimonpj@microsoft.com2011-01-133-7/+15
* Turn off dtrace unless you override USE_DTRACEIan Lynagh2011-01-161-0/+3
* Build system improvementsIan Lynagh2011-01-151-2/+0
* Make DESTDIR an absolute path when installing; fixes #4883Ian Lynagh2011-01-081-0/+4
* On Cygwin, use a Cygwin-style path for /bin/install's destinationIan Lynagh2011-01-061-8/+33
* Drop a seven years old workaround for happyMatthias Kilian2010-12-311-4/+0
* Drop GhcWithLlvmCodeGen configuration bitsMatthias Kilian2010-12-191-3/+0
* provide shared libraries support on i386-unknown-solaris2 platformKarel Gardas2010-12-171-0/+1
* comments on SRC_HC_OPTS (#4829)Simon Marlow2010-12-141-0/+17
* Remove dead code now that we require the bootstrapping compiler be >= 6.12Ian Lynagh2010-12-141-2/+0
* Make CPPFLAGS variables, as well as CFLAGS and LDFLAGSIan Lynagh2010-12-071-0/+3
* Always enable the archive-loading codeIan Lynagh2010-11-271-6/+0
* Remove an unused build system variable: GhcDirIan Lynagh2010-11-241-2/+0
* Remove unused build system variable: GhcHasEditlineIan Lynagh2010-11-241-3/+0
* Remove unused variables from the build system: HBC, NHC, MKDEPENDHSIan Lynagh2010-11-241-8/+2
* Remove references to Haskell 98Ian Lynagh2010-11-231-1/+0
* Libraries bytestirng, time, binary need -fno-warn-identitiessimonpj@microsoft.com2010-11-161-2/+5
* Fix computation of installed packagessimonpj@microsoft.com2010-09-241-0/+3
* For now, switch off incomplete-pattern warnings in containerssimonpj@microsoft.com2010-09-231-0/+3
* turn off -Werror for primitive and vectorSimon Marlow2010-09-231-0/+6
* Refactoring and tidy up in the build systemSimon Marlow2010-09-231-0/+4
* "UseArchivesForGhci = YES" on darwinIan Lynagh2010-09-201-0/+4
* Implement archive loading for ghciIan Lynagh2010-09-201-0/+2
* Enable shared libs on OpenBSDMatthias Kilian2010-09-181-1/+6
* Tidy up the ArchHasAdjustorSupport definitionIan Lynagh2010-09-041-1/+1
* ppc: switch handling of 'foreign import wrapper' (FIW) to libffiSergei Trofimovich2010-08-291-1/+1
* Binary no longer has unusable UNPACK pragmas, so no need to turn of -WerrorIan Lynagh2010-09-041-3/+0
* Remove some duplication of C flagsIan Lynagh2010-08-191-1/+2
* Disable object splitting on OSX; works around #4013Ian Lynagh2010-08-151-7/+8
* Reduce the xargs -s value we use on WindowsIan Lynagh2010-08-121-2/+4
* Delete GhcLibProfiledsimonpj@microsoft.com2010-08-131-2/+3
* Fix the HsColour test in the build systemIan Lynagh2010-08-051-1/+1
* Always haddock by defaultIan Lynagh2010-07-301-1/+1
* Use different CC/LD options for different stagesIan Lynagh2010-07-231-3/+7
* ia64: switch handling of 'foreign import wrapper' (FIW) to libffiSergei Trofimovich2010-07-091-1/+1
* Move all the warning workarounds to one placeIan Lynagh2010-07-101-0/+16
* alpha: switch handling of 'foreign import wrapper' (FIW) to libffiSergei Trofimovich2010-07-081-1/+1
* Remove some more unused make variablesIan Lynagh2010-06-161-10/+0
* Convert some more variable names to FOO_CMD, for consistencyIan Lynagh2010-06-161-17/+4
* Rename some variables from FOO to FOO_CMDIan Lynagh2010-06-163-10/+10
* Make the "show" target work anywhere in the build treeIan Lynagh2010-06-161-1/+5
* Add new LLVM code generator to GHC. (Version 2)David Terei2010-06-151-0/+3
* powerpc-apple-darwin now supports shared libsIan Lynagh2010-06-011-1/+1
* Add configure flags for the location of GMP includes/library; fixes #4022Ian Lynagh2010-05-251-0/+2
* Move some make variables around so they are available when cleaningIan Lynagh2010-05-082-9/+15
* Add tools to test that cleaning works properlyIan Lynagh2010-05-081-1/+1
* Add a way to show what cleaning would be done, without actually doing itIan Lynagh2010-05-081-0/+6