summaryrefslogtreecommitdiff
path: root/compiler/ghc-inplace.c
Commit message (Collapse)AuthorAgeFilesLines
* Get building GHC itself with Cabal more-or-less workingIan Lynagh2008-07-161-29/+0
| | | | | Installing and bindist creation don't work, but they were already broken. Only tested validating with one setup.
* ghc-inplace defaults to -fhardwire-lib-paths. Change that to -dynload wrappedClemens Fruhwirth2008-01-101-6/+7
|
* Refactor cross-plattform process spawning from ghc-inplace into shell-tools.cClemens Fruhwirth2008-01-101-129/+1
|
* Use sed to make stage-specific ghc-inplace.c'sIan Lynagh2007-09-141-3/+6
| | | | | When trying to do it with -D we were having trouble getting the double quotes through in all Windows configurations.
* In ghc-inplace, flush stdout after giving debugging outputIan Lynagh2007-08-241-0/+1
|
* Make ghc-inplace return GHC's exitcode on WindowsIan Lynagh2007-08-211-1/+7
|
* Fix ghc-inplace.c on Windows; new code based on ghci.cIan Lynagh2007-08-201-2/+124
|
* Make ghc-inplace understand -vIan Lynagh2007-08-171-0/+3
| | | | | If the first arg is -v, make ghc-inplace print out the real GHC path and extra flags it adds
* Use a C program for ghc-inplaceIan Lynagh2007-08-151-0/+21