summaryrefslogtreecommitdiff
path: root/driver/ghc
Commit message (Collapse)AuthorAgeFilesLines
* Use the standard C wrapper code for the ghc-$version.exe wrapperIan Lynagh2010-06-222-150/+13
|
* don't create inplace/bin/ghc-<version>Simon Marlow2009-07-061-0/+1
|
* 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-281-0/+12
| | | | | | | | | | | | | | # ----------------------------------------------------------------------------- # # (c) 2009 The University of Glasgow # # This file is part of the GHC build system. # # To understand how the build system works and how to modify it, see # http://hackage.haskell.org/trac/ghc/wiki/Building/Architecture # http://hackage.haskell.org/trac/ghc/wiki/Building/Modifying # # -----------------------------------------------------------------------------
* GHC new build system megapatchIan Lynagh2009-04-261-0/+10
|
* Fix ghc and ghci wrappers on WindowsIan Lynagh2009-02-181-1/+1
|
* Make versioned ghc and ghci programs on Windows; fixes trac #2827Ian Lynagh2009-02-172-1/+158
|
* Reinstate the driver/ghc directory, to create a versioned GHC programIan Lynagh2008-09-121-0/+18
| | | | e.g. $(bindir)/ghc-6.9.20080911
* Remove driver/ghc; The Cabal package in ghc/ now makes a wrapper itselfIan Lynagh2008-08-101-28/+0
|
* bindists are now some way towards workingIan Lynagh2008-08-101-3/+1
|
* Use DESTDIR when installingIan Lynagh2007-08-281-1/+1
|
* Fix bindist creationIan Lynagh2007-06-011-0/+4
| | | | | Bindists should now work again, when doing "make install" at least. "make in-place" is probably still broken.
* Rework the build system a bitIan Lynagh2007-05-312-18/+11
| | | | | | Key changes: * Always build as if BIN_DIST is 1. BIN_DIST is thus removed. * Libraries are configured with prefix set to $$topdir rather than $(prefix)
* Reorganisation of the source treeSimon Marlow2006-04-072-0/+33
Most of the other users of the fptools build system have migrated to Cabal, and with the move to darcs we can now flatten the source tree without losing history, so here goes. The main change is that the ghc/ subdir is gone, and most of what it contained is now at the top level. The build system now makes no pretense at being multi-project, it is just the GHC build system. No doubt this will break many things, and there will be a period of instability while we fix the dependencies. A straightforward build should work, but I haven't yet fixed binary/source distributions. Changes to the Building Guide will follow, too.