summaryrefslogtreecommitdiff
path: root/rules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the PACKAGE_MAGIC evaluation inside package-data.mkIan Lynagh2011-01-191-4/+0
* Fix deps on the ghc packageIan Lynagh2011-01-171-5/+8
* Handle dependencies of programs on libraries correctlyIan Lynagh2011-01-162-0/+19
* Fix cross-package dependency generation on WindowsIan Lynagh2011-01-161-1/+4
* We can now pass -include-pkg-deps to the bootstrapping compilerIan Lynagh2011-01-161-2/+0
* Change some HC_OPTS var handlingIan Lynagh2011-01-162-5/+9
* Build system improvementsIan Lynagh2011-01-156-75/+138
* Whitespace tweakIan Lynagh2011-01-151-1/+1
* On Cygwin, use a Cygwin-style path for /bin/install's destinationIan Lynagh2011-01-062-3/+3
* Pass --hoogle to haddock; fixes trac #4521Ian Lynagh2010-12-191-0/+1
* Remove dead code now that we require the bootstrapping compiler be >= 6.12Ian Lynagh2010-12-142-22/+0
* Don't link the GHC RTS into our C-only programsIan Lynagh2010-12-101-1/+8
* Make CPPFLAGS variables, as well as CFLAGS and LDFLAGSIan Lynagh2010-12-071-1/+2
* Link even programs containing no Haskell modules with GHCIan Lynagh2010-12-061-3/+0
* Always enable the archive-loading codeIan Lynagh2010-11-272-3/+7
* Fix a makefile include ordering sanity checkIan Lynagh2010-11-211-2/+6