summaryrefslogtreecommitdiff
path: root/rules
Commit message (Expand)AuthorAgeFilesLines
* Rename package-conf flags to package-db.Paolo Capriotti2012-05-152-5/+5
* Enable and fix building dynlibs on Win64Ian Lynagh2012-05-051-1/+1
* Define _HOST_OS and _HOST_ARCH when calling hsc2hsIan Lynagh2012-05-011-0/+2
* Add SRC_[CH]C_WARNING_OPTSIan Lynagh2012-04-262-2/+8
* Merge remote-tracking branch 'origin/master' into type-natsIavor S. Diatchki2012-03-132-5/+5
|\
| * typoGabor Greif2012-02-271-1/+1
| * .cmm files need to depend on DerivedConstants.hSimon Marlow2012-02-131-4/+4
* | Merge remote-tracking branch 'origin/master' into type-natsIavor S. Diatchki2012-02-124-4/+6
|\ \ | |/
| * Improve support for cross-compilationSimon Marlow2012-01-304-4/+4
| * Pass alex and happy locations to ghc-cabal; fixes #5579Ian Lynagh2012-01-281-0/+2
* | Merge in more HEAD, fix stuff upSimon Peyton Jones2012-01-232-4/+4
|\ \ | |/
| * RefactoringIan Lynagh2012-01-082-4/+4
* | Remove tabs, so that I can push.Iavor S. Diatchki2011-12-181-17/+17
|/
* HEAD now requires GHC >= 7.0 to bootstrapIan Lynagh2011-12-131-4/+0
* Remove some unnecessary touch'sIan Lynagh2011-12-032-6/+3
* Use touchy rather than touch when building on WindowsIan Lynagh2011-12-022-6/+6
* Pass "--hash-size=31 --reduce-memory-overhead" to ld; fixes trac #5240Ian Lynagh2011-11-271-1/+1
* Time handling overhaulSimon Marlow2011-11-251-0/+4
* Improve the way we call "rm" in the build system; fixes trac #4916Ian Lynagh2011-11-198-13/+13
* Fix typoIan Lynagh2011-10-261-1/+1
* Fix Haddock dependency on library archiveManuel M T Chakravarty2011-10-251-1/+1
* Build system commentarySimon Marlow2011-10-051-16/+66
* workaround for #5485: use -fno-full-laziness with 7.2.1Simon Marlow2011-10-051-0/+1
* Add some missing dependencies; should fix make after re-configureSimon Marlow2011-09-162-6/+10
* By default, be lax about dependencies on GHCIan Lynagh2011-08-285-23/+23
* Use the correct __GLASGOW_HASKELL__ value when invoking hsc2hs onSimon Marlow2011-08-081-1/+1
* make sure libraries/dph/ghc.mk is included after the other DPH ghc.mkSimon Marlow2011-07-121-1/+5
* Follow Cabal reorganisation, and improve build system a littleIan Lynagh2011-06-231-0/+2
* Fix building of optional packagesIan Lynagh2011-06-121-1/+1
* Add $$($1_$2_$3_ALL_HC_OPTS) when linking dynamic libraries. NotSimon Marlow2011-05-091-4/+4
* Pass the right tool locations to Cabal when generating package.mk filesIan Lynagh2011-04-291-1/+6
* We no longer need to pass pgmc etc in the ghc.wrapper scriptIan Lynagh2011-04-291-1/+0
* Add stage-specific AS variables to the build systemIan Lynagh2011-04-292-1/+2
* Build system: Tell hsc2hs where to find cabal_macros.hIan Lynagh2011-04-271-0/+2
* Whitespace only in rules/distdir-way-opts.mkIan Lynagh2011-04-271-3/+3
* Add stage-specific versions of more ar-related makefile varsIan Lynagh2011-04-232-3/+6
* Make and use AR_STAGE[0123] makefile varsIan Lynagh2011-04-232-2/+3
* Make stage-specific CC variablesIan Lynagh2011-04-234-7/+8
* Refactor how dependencies are included; fixes #5109Ian Lynagh2011-04-143-30/+40
* Merge _stub.o files into the main .o file (Fixes #3687 and #706)Simon Marlow2011-04-051-11/+4
* Avoid some shell calls in the build systemIan Lynagh2011-03-051-6/+4
* Call the final build system phase "final" rather than ""Ian Lynagh2011-02-073-7/+7
* Fix "make 1" etc following the build system changesIan Lynagh2011-01-273-3/+15
* Keep separate linker flags, for when we want to link with gcc or ldIan Lynagh2011-01-242-2/+2
* Add build system profiling to build systemIan Lynagh2011-01-2314-0/+46
* Add some missing dependenciesIan Lynagh2011-01-231-1/+6
* Tweak some deps to avoid multiple $(wildcard ...)sIan Lynagh2011-01-231-6/+6
* Simplify the build system, and remove 2 phasesIan Lynagh2011-01-229-151/+107
* Move some make variables aroundIan Lynagh2011-01-192-14/+14
* Remove a debugging 'info'Ian Lynagh2011-01-191-1/+0