summaryrefslogtreecommitdiff
path: root/driver
Commit message (Expand)AuthorAgeFilesLines
...
* Always quote arguments to removeFiles (fixes Windows install).Geoffrey Mainland2013-02-221-1/+1
* Fix Windows buildIan Lynagh2012-10-031-0/+1
* Fix path to windres on Win64Ian Lynagh2012-03-161-1/+1
* Fix a tiny bug in cwrapper.cIan Lynagh2012-03-161-3/+3
* Build the Windows ghci wrapper with stage1, not stage0Ian Lynagh2012-03-151-1/+1
* Remove registerised code for dead architectures: mips, ia64, alpha,David Terei2011-11-221-188/+1
* Tabs -> SpacesDavid Terei2011-11-221-144/+144
* Improve the way we call "rm" in the build system; fixes trac #4916Ian Lynagh2011-11-191-3/+3
* remove some old filesDavid Terei2011-10-172-286/+0
* Remove dead code, now that -fvia-c is a no-opIan Lynagh2011-04-043-2095/+0
* update to mingw gcc 4.5.2Simon Marlow2011-01-191-2/+2
* Include kfreebsdgnu in the list of Target Platforms.Marco Silva2011-01-181-1/+1
* On Cygwin, use a Cygwin-style path for /bin/install's destinationIan Lynagh2011-01-061-2/+2
* use Win32 CreateProcess() rather than mingw spawnv() (#4531)Simon Marlow2011-01-061-37/+94
* update paths now that we upgraded gcc to 4.5.0Simon Marlow2011-01-061-2/+2
* Fix gcc wrapper for new mingw binariesIan Lynagh2010-09-051-0/+26
* Add a versions haddock binary for WindowsIan Lynagh2010-08-013-0/+41
* Use the standard C wrapper code for the ghc-$version.exe wrapperIan Lynagh2010-06-222-150/+13
* Remove unnecessary C #includesIan Lynagh2010-06-222-10/+0
* Make the ghci.exe wrapper call the right ghc.exeIan Lynagh2010-06-221-1/+3
* Avoid using the new ~~ perl operator in the manglerIan Lynagh2010-06-151-2/+2
* Add new LLVM code generator to GHC. (Version 2)David Terei2010-06-151-2/+4
* Use the in-tree windres; fixes trac #4032Ian Lynagh2010-05-041-1/+1
* Change how perl scripts get installed; partially fixes #3863Ian Lynagh2010-03-242-2/+2
* Fix build on WindowsIan Lynagh2010-02-192-3/+2
* Use the shared C wrapper code in ghci.c tooIan Lynagh2010-02-182-159/+20
* Refactor gcc.c, pulling out the reusable codeIan Lynagh2010-02-183-81/+113
* Support for DragonFly BSDSimon Marlow2009-11-111-3/+3
* Make installation on *nix work for paths with spaces in their nameIan Lynagh2009-11-051-8/+8
* Improvements to the gcc wrapperIan Lynagh2009-10-291-8/+21
* Wrap gcc on Windows, to provide the -B flagsIan Lynagh2009-10-273-0/+139
* Use INSTALL_DIR, not MKDIRHIER, when installingIan Lynagh2009-10-021-1/+1
* Update the URL in the usage info to point to the current docs locationIan Lynagh2009-09-112-2/+2
* Build fixesIan Lynagh2009-08-162-4/+4
* Fix permissions when installingIan Lynagh2009-08-021-1/+2
* don't create inplace/bin/ghc-<version>Simon Marlow2009-07-061-0/+1
* Update driver/Makefile for the new build systemIan Lynagh2009-07-051-33/+12
* Fix the ghci wrapperIan Lynagh2009-06-161-1/+1
* Quote commands that we run, so they work if there are space in their pathsIan Lynagh2009-05-301-6/+6
* Remove unused variablesIan Lynagh2009-05-241-2/+0
* Remove unused variablesIan Lynagh2009-05-241-2/+0
* stub MakefileSimon Marlow2009-05-111-20/+2
* Add a header to all build system files:Simon Marlow2009-04-288-0/+95
* GHC new build system megapatchIan Lynagh2009-04-2610-142/+94
* Fix ghc and ghci wrappers on WindowsIan Lynagh2009-02-182-3/+3
* Make versioned ghc and ghci programs on Windows; fixes trac #2827Ian Lynagh2009-02-173-2/+167
* Tweak the mangler; fixes trac #2871Ian Lynagh2009-02-111-1/+1
* Install a versioned ghc-pkg script; fixes trac #2662Ian Lynagh2008-10-092-1/+19
* Use -f when making the runhaskell symlinkIan Lynagh2008-09-241-1/+1
* Gix the ghcii scriptIan Lynagh2008-09-191-1/+1