summaryrefslogtreecommitdiff
path: root/utils/runghc/ghc.mk
Commit message (Expand)AuthorAgeFilesLines
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-2/+2
* add $(CrossCompilePrefix) to 'runghc' and 'ghci'Sergei Trofimovich2017-04-061-5/+5
* Fix runghc when $1_$2_SHELL_WRAPPER = NORyanGlScott2015-12-151-1/+0
* Build system: rename runghc.hs to Main.hsThomas Miedema2015-10-301-6/+0
* runghc: be explicit about ghc version (#9054)Thomas Miedema2015-02-181-0/+8
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-2/+2
* Use different exeext variables for each stage; fixes #7709Ian Lynagh2013-04-201-1/+1
* Automatically add the $(exeext) to program namesIan Lynagh2013-03-031-1/+1
* Rename $(Windows) to $(Windows_Host)Ian Lynagh2013-03-011-1/+1
* Build the dynamic way by default on Linux/amd64Ian Lynagh2012-10-031-0/+1
* Tweak the build system handling of shell wrappersIan Lynagh2012-09-271-1/+1
* Create versioned runghc wrapper (#5873)Paolo Capriotti2012-06-191-0/+3
* Improve the way we call "rm" in the build system; fixes trac #4916Ian Lynagh2011-11-191-1/+1
* Make builds that use stage1 use "dist-install" consistently. ThisSimon Marlow2011-05-281-7/+7
* Fix build following haskell98 and -fglasgow-exts changesIan Lynagh2010-10-061-2/+3
* Make installation on *nix work for paths with spaces in their nameIan Lynagh2009-11-051-2/+2
* Use "order only constraints" for directoriesIan Lynagh2009-10-021-2/+1
* Include runghc and unlit in bindistsIan Lynagh2009-06-131-3/+1
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-301-4/+4
* Add a header to all build system files:Simon Marlow2009-04-281-0/+12
* GHC new build system megapatchIan Lynagh2009-04-261-0/+29