summaryrefslogtreecommitdiff
path: root/rules/build-prog.mk
Commit message (Expand)AuthorAgeFilesLines
* Per stage headers, ghc_boot_platform.h -> stage 0 ghcplatform.hJohn Ericson2019-10-041-1/+1
* Lowercase windows importsMoritz Angermann2019-05-271-2/+2
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-2/+2
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-1/+1
* rules/build-prog: Ensure programs depend upon their transitive depsBen Gamari2016-05-171-1/+3
* Enable stack traces with ghci -fexternal-interpreter -profSimon Marlow2016-01-081-3/+3
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-5/+13
* Revert "Build system: don't add ALL_HC_OPTS when linking"Ben Gamari2015-10-291-1/+1
* Build system: don't add ALL_HC_OPTS when linkingThomas Miedema2015-10-281-1/+1
* Build system: comments only [skip ci]Thomas Miedema2015-10-271-1/+1
* Build system: fix `make -j1` (#10973)Thomas Miedema2015-10-171-6/+1
* Rename PACKAGE_KEY and LIB_NAME in build system.Edward Z. Yang2015-10-141-2/+2
* Build system: implement `make install-strip` (#1851)Thomas Miedema2015-09-041-1/+1
* Make $1 in $1_$2_$3_FOO actually be directory.Edward Z. Yang2015-06-231-1/+1
* Fix #10551 by using LIB_NAMES.Edward Z. Yang2015-06-221-1/+1
* Build: remove more unnecessary CLEANING/=YES checksThomas Miedema2015-06-041-4/+0
* Build: remove unnecessary CLEANING/=YES checkThomas Miedema2015-06-041-3/+0
* Build system: make clean in utils/ghc-pkg should not delete inplace/lib/binThomas Miedema2015-05-301-1/+1
* Build system: whitespace and comments onlyThomas Miedema2015-05-301-3/+12
* Build system: check $CLEANING instead of $MAKECMDGOALSThomas Miedema2015-05-301-3/+3
* runghc: be explicit about ghc version (#9054)Thomas Miedema2015-02-181-5/+1
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-051-1/+1
* Use 'install' command for 'inplace/' install as we do in 'make install'Sergei Trofimovich2014-08-041-1/+1
* 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