summaryrefslogtreecommitdiff
path: root/rules/build-package-data.mk
Commit message (Expand)AuthorAgeFilesLines
* Update Cabal submodule to tip of v1.20 branchHerbert Valerio Riedel2014-04-161-1/+0
* Pass custom CC and LD opts to Cabal when configuring a packageSimon Marlow2014-03-271-3/+11
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-2/+2
* Change the ranlib detectionIan Lynagh2013-07-031-1/+1
* Fix the GHC package DLL-splittingIan Lynagh2013-05-141-1/+1
* Simplify ghc-cabalIan Lynagh2013-05-141-1/+1
* Some build system refactoringIan Lynagh2013-04-201-1/+1
* By default, use the dynamic way for programs in the GHC treeIan Lynagh2013-03-151-1/+1
* Update CabalIan Lynagh2013-03-111-7/+6
* Use more of the automatically generated INPLACE variablesIan Lynagh2013-03-031-3/+3
* iOS patch no 2: remove obsolete CROSS_COMPILE variable; #7699Ian Lynagh2013-02-171-2/+2
* iOS patch no 1: Select operating system; from StephenBlackheathIan Lynagh2013-02-171-3/+1
* Build system tweak: Do the package checks at configure timeIan Lynagh2013-02-151-0/+8
* Tidy up cross-compilingSimon Marlow2013-01-171-1/+6
* When cross-compiling, pass --host to package configure scriptsSimon Marlow2013-01-161-0/+6
* Pass --with-ld=$(LD) to ghc-cabal when configuring packages (#6086)Simon Marlow2013-01-161-0/+1
* Fix installation of vanilla librariesIan Lynagh2012-10-251-1/+1
* Make it possible to build with only way dynIan Lynagh2012-10-241-0/+10
* Fix installing when dynlibs-by-defaultIan Lynagh2012-10-141-2/+3
* Build fixIan Lynagh2012-06-291-1/+1
* Build fixesIan Lynagh2012-06-291-2/+2
* Merge remote-tracking branch 'origin/master' into pretty-buildIavor S. Diatchki2012-04-271-1/+1
|\
| * Add SRC_[CH]C_WARNING_OPTSIan Lynagh2012-04-261-1/+1
* | A build-system tweak for more readable build output.Iavor S. Diatchki2012-04-271-1/+1
|/
* Improve support for cross-compilationSimon Marlow2012-01-301-1/+1
* Pass alex and happy locations to ghc-cabal; fixes #5579Ian Lynagh2012-01-281-0/+2
* By default, be lax about dependencies on GHCIan Lynagh2011-08-281-1/+1
* Pass the right tool locations to Cabal when generating package.mk filesIan Lynagh2011-04-291-1/+6
* Fix "make 1" etc following the build system changesIan Lynagh2011-01-271-0/+2
* Keep separate linker flags, for when we want to link with gcc or ldIan Lynagh2011-01-241-1/+1
* Add build system profiling to build systemIan Lynagh2011-01-231-0/+2
* Simplify the build system, and remove 2 phasesIan Lynagh2011-01-221-0/+4
* 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