summaryrefslogtreecommitdiff
path: root/rules/build-package-data.mk
Commit message (Expand)AuthorAgeFilesLines
...
* Build system improvementsIan Lynagh2011-01-151-1/+4
* Whitespace tweakIan Lynagh2011-01-151-1/+1
* Remove dead code now that we require the bootstrapping compiler be >= 6.12Ian Lynagh2010-12-141-18/+0
* Make CPPFLAGS variables, as well as CFLAGS and LDFLAGSIan Lynagh2010-12-071-1/+2
* Always enable the archive-loading codeIan Lynagh2010-11-271-1/+1
* add a simple trace facility to the build systemSimon Marlow2010-09-211-0/+1
* Tell Cabal that we're not building GHCi libs if UseArchivesForGhci=YESIan Lynagh2010-09-201-0/+6
* Use different CC/LD options for different stagesIan Lynagh2010-07-231-1/+1
* Convert some more variable names to FOO_CMD, for consistencyIan Lynagh2010-06-161-1/+1
* Add configure flags for the location of GMP includes/library; fixes #4022Ian Lynagh2010-05-251-0/+8
* Add version constraints for the boot packages; fixes trac #3852Ian Lynagh2010-05-091-0/+4
* Use CONF_CC_OPTSManuel M T Chakravarty2009-09-171-1/+1
* Don't register the non-munged stage1 ghc packageIan Lynagh2009-09-131-0/+2
* Fix some makefile logic, and remove the now unused *_USE_BOOT_LIBS varsIan Lynagh2009-09-111-2/+6
* Change a sed separator character to make it easier to readIan Lynagh2009-09-111-1/+1
* Fix build with GHC <= 6.10.1Simon Marlow2009-09-111-3/+21
* Configurable iconv header and library locationsMatthias Kilian2009-08-261-0/+8
* Fix library installation; fixes #3374Ian Lynagh2009-08-201-1/+5
* Escape some $s in makefiles for consistencyIan Lynagh2009-08-201-2/+2
* Make sure we aren't passing -Werror in the CFLAGS for configure scriptsIan Lynagh2009-06-151-1/+4
* Pass CFLAGS and LDFLAGS to configure scriptsIan Lynagh2009-06-151-0/+3
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-301-2/+2
* Pass --enable-shared and --with-hscolour to ghc-cabal configureDuncan Coutts2009-05-191-2/+2
* cleanup: remove reference to $1_$2_CONFIGURE_FLAGS, which is never usedSimon Marlow2009-05-151-1/+1
* Build library packages as shared libsDuncan Coutts2009-04-291-0/+4
* Add a header to all build system files:Simon Marlow2009-04-281-0/+12
* GHC new build system megapatchIan Lynagh2009-04-261-0/+16