summaryrefslogtreecommitdiff
path: root/rules/build-prog.mk
Commit message (Expand)AuthorAgeFilesLines
* Include EXTRA_LD_OPTS (amongst other things) when linking programsSimon Marlow2014-03-271-2/+2
* Fix inplace dynamic linking on OS X (#8266)Christiaan Baaj2014-01-281-4/+0
* Fix make binary-dist on OS X (#8122)Austin Seipp2013-11-221-6/+7
* Correctly set relative rpath for OS X (#8266)Austin Seipp2013-10-251-1/+2
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-2/+2
* Fix the dynmaic library paths in the libs, as well as in the programsIan Lynagh2013-06-221-12/+2
* On OS X, fix the path to the libffi dynlib; fixes #7833Ian Lynagh2013-06-221-0/+1
* Don't link base/rts/... into C wrapper programsIan Lynagh2013-05-161-2/+2
* Make dynamic GHC no Windows installable tooIan Lynagh2013-05-161-11/+32
* Define the right RTS config in the Windows dyn wrapper programsIan Lynagh2013-05-141-0/+17
* More work towards dynamic programs on WindowsIan Lynagh2013-05-121-1/+20
* Fix "make 2" in ghc/Ian Lynagh2013-04-211-3/+12
* Use different exeext variables for each stage; fixes #7709Ian Lynagh2013-04-201-1/+1
* Follow build system changes in integer-gmpIan Lynagh2013-04-201-2/+4
* Remove some commented out build system codeIan Lynagh2013-03-191-11/+0
* Partial support for dynamic ghc on WindowsIan Lynagh2013-03-161-1/+9
* By default, use the dynamic way for programs in the GHC treeIan Lynagh2013-03-151-2/+2
* Automatically add the $(exeext) to program namesIan Lynagh2013-03-031-8/+12
* Define $(prog)_INPLACE variables automatically, and start using themIan Lynagh2013-03-031-5/+11
* Rename $(Windows) to $(Windows_Host)Ian Lynagh2013-03-011-2/+2
* Make the build system use -dynamic-too if both way v and dyn are being builtIan Lynagh2013-02-221-0/+2
* Separate the non-way-specific hs-suffix rulesIan Lynagh2013-02-211-0/+2
* Split non-way-specific variables off from distdir-way-opts into distdir-optsIan Lynagh2013-02-211-0/+1
* Rename hs-suffix-rules to hs-suffix-way-rulesIan Lynagh2013-02-211-1/+1
* Finish removing BootingFromHcIan Lynagh2013-02-171-3/+0
* Build the stage0 ghc-pkg with CabalIan Lynagh2013-02-161-3/+3
* Add a dependency of program modules on GHC.TopHandlerIan Lynagh2013-02-051-0/+8
* Small build system refactoringIan Lynagh2013-01-111-2/+0
* Give dynamic libraries, as well as programs, RPATHsIan Lynagh2012-11-081-13/+12
* When DYNAMIC_BY_DEFAULT, make inplace wrappers for everythingIan Lynagh2012-10-221-0/+2
* Fix copy/paste-oIan Lynagh2012-10-141-1/+1
* Get dynamic-by-default mostly working on OS XIan Lynagh2012-10-141-0/+15
* Move the RPATH computation into the build rulesIan Lynagh2012-10-141-1/+1
* Actually build things the dynamic wayIan Lynagh2012-10-041-16/+25
* Build the dynamic way by default on Linux/amd64Ian Lynagh2012-10-031-6/+34
* Refactor the shell-wrapper-creation logicIan Lynagh2012-10-011-1/+1
* Put libexec binaries in lib/bin/ rather than just lib/Ian Lynagh2012-10-011-1/+1
* Tweak the build system handling of shell wrappersIan Lynagh2012-09-271-3/+5
* Remove a stray " in the build systemIan Lynagh2012-09-271-1/+1
* A build-system tweak for more readable build output.Iavor S. Diatchki2012-04-271-2/+2
* Remove some unnecessary touch'sIan Lynagh2011-12-031-2/+1
* Use touchy rather than touch when building on WindowsIan Lynagh2011-12-021-2/+2
* Time handling overhaulSimon Marlow2011-11-251-0/+4
* Make stage-specific CC variablesIan Lynagh2011-04-231-1/+1
* Refactor how dependencies are included; fixes #5109Ian Lynagh2011-04-141-15/+1
* Call the final build system phase "final" rather than ""Ian Lynagh2011-02-071-2/+2
* Add build system profiling to build systemIan Lynagh2011-01-231-0/+2
* Simplify the build system, and remove 2 phasesIan Lynagh2011-01-221-62/+20
* Move some make variables aroundIan Lynagh2011-01-191-2/+2
* Fix deps on the ghc packageIan Lynagh2011-01-171-5/+8