summaryrefslogtreecommitdiff
path: root/mk/config.mk.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* "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
* 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
* 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-161-8/+8
* 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-081-9/+0
* Add $(GhcDynamic) knob, set to YES to get stage2 linked with -dynamicSimon Marlow2010-04-281-3/+1
* Fix dynamic libs on OS X, and enable them by defaultIan Lynagh2010-05-031-1/+1
* Correct the name of the amd64/FreeBSD platform in PlatformSupportsSharedLibsIan Lynagh2010-04-241-1/+1
* Remove the ghc_ge_609 makefile variablesIan Lynagh2010-04-121-1/+0
* Don't install EXTRA_PACKAGES by defaultSimon Marlow2010-03-301-0/+10
* remove old/unused DotnetSupport and GhcLibsWithUnixSimon Marlow2010-03-301-8/+0
* Explicitly check whether ar supports the @file syntaxIan Lynagh2010-03-291-1/+1
* Fix the build for non-GNU-arIan Lynagh2010-03-241-0/+1
* Enable shared libraries on Windows; fixes trac #3879Ian Lynagh2010-03-201-1/+1
* Add the external core PDF to the new build systemIan Lynagh2010-03-211-0/+2
* When compiling with GHC >= 6.13, use -rtsoptsIan Lynagh2010-03-141-0/+2
* Don't rely on tar supporting -z; trac #3841Ian Lynagh2010-02-141-0/+2
* Patch for shared libraries support on FreeBSDIan Lynagh2010-01-061-1/+1
* Fix build with Solaris sedIan Lynagh2009-12-161-0/+1
* fix up libm detection and use (#3724)Simon Marlow2009-12-161-3/+0
* Expose all EventLog events as DTrace probesManuel M T Chakravarty2009-12-121-0/+3
* Add a comment about why $(CPP) is defined the way it is in config.mk.inIan Lynagh2009-12-091-0/+2
* Eliminate mkdependCIan Lynagh2009-12-091-2/+0
* Use dlltool from the in-tree mingw installationIan Lynagh2009-12-011-1/+1
* Add autoconf code to locate dlltool on WindowsBen.Lippmeier@anu.edu.au2009-11-101-0/+1
* Support for DragonFly BSDSimon Marlow2009-11-111-1/+1
* Split XARGS into XARGS and XARGS_OPTSIan Lynagh2009-11-071-3/+2
* Make installation on *nix work for paths with spaces in their nameIan Lynagh2009-11-051-6/+0