Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | We no longer need to pass pgmc etc in the ghc.wrapper script | Ian Lynagh | 2011-04-29 | 1 | -1/+1 |
| | | | | They can now be set in the settings file instead | ||||
* | Pass more -pgm flags in the ghc wrapper; fixes #3863 | Ian Lynagh | 2010-08-27 | 1 | -1/+1 |
| | |||||
* | Pass the location of gcc in the ghc wrapper script; partially fixes #3863 | Ian Lynagh | 2010-03-24 | 1 | -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 name | Ian Lynagh | 2009-11-05 | 1 | -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 #1924 | Ian Lynagh | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Switch the default -dynload mode to SystemDependent | Duncan Coutts | 2009-05-17 | 1 | -1/+1 |
| | | | | | The previous default was Deployable though it was being overridden to Wrapper in the ghc shell script wrapper. | ||||
* | GHC new build system megapatch | Ian Lynagh | 2009-04-26 | 1 | -2/+0 |
| | |||||
* | Use "exec" when running ghc in the wrapper | Ian Lynagh | 2008-09-15 | 1 | -1/+1 |
| | |||||
* | Add a "#!/bin/sh" to ghc.wrapper | Ian Lynagh | 2008-09-14 | 1 | -0/+1 |
| | |||||
* | Get building GHC itself with Cabal more-or-less working | Ian Lynagh | 2008-07-16 | 1 | -0/+2 |
Installing and bindist creation don't work, but they were already broken. Only tested validating with one setup. |