summaryrefslogtreecommitdiff
path: root/ghc/ghc.wrapper
Commit message (Collapse)AuthorAgeFilesLines
* We no longer need to pass pgmc etc in the ghc.wrapper scriptIan Lynagh2011-04-291-1/+1
| | | | They can now be set in the settings file instead
* Pass more -pgm flags in the ghc wrapper; fixes #3863Ian Lynagh2010-08-271-1/+1
|
* Pass the location of gcc in the ghc wrapper script; partially fixes #3863Ian Lynagh2010-03-241-1/+1
| | | | This means we don't rely on baking a path to gcc into the executable
* Make installation on *nix work for paths with spaces in their nameIan Lynagh2009-11-051-1/+1
| | | | | | This means we can remove some conditional stuff from the Makefiles, and means the testsuite doesn't have to work out whether or not it's on Windows.
* Make our install variables etc compliant with GNU standards; fixes #1924Ian Lynagh2009-08-141-1/+1
|
* Switch the default -dynload mode to SystemDependentDuncan Coutts2009-05-171-1/+1
| | | | | The previous default was Deployable though it was being overridden to Wrapper in the ghc shell script wrapper.
* GHC new build system megapatchIan Lynagh2009-04-261-2/+0
|
* Use "exec" when running ghc in the wrapperIan Lynagh2008-09-151-1/+1
|
* Add a "#!/bin/sh" to ghc.wrapperIan Lynagh2008-09-141-0/+1
|
* Get building GHC itself with Cabal more-or-less workingIan Lynagh2008-07-161-0/+2
Installing and bindist creation don't work, but they were already broken. Only tested validating with one setup.