summaryrefslogtreecommitdiff
path: root/compat
Commit message (Collapse)AuthorAgeFilesLines
* Don't use compat when compiling utils with stage1Ian Lynagh2007-02-061-0/+13
|
* Move #ifdef __GLASGOW_HASKELL__ < 604 to cover the CSIDL definitions tooSimon Marlow2007-02-051-2/+2
| | | | Fixes bug exposed by compiling base w/ -fasm on Windows
* Where we use $(GhcHcOpts), also add $(GhcStage1HcOpts)Simon Marlow2006-08-091-1/+1
| | | | This fixes building the compiler with -prof in $(GhcStage1HcOpts)
* __compat_long_path_size(): have proto and defn agree on return typesof@galois.com2006-06-141-2/+2
|
* Reorganisation of the source treeSimon Marlow2006-04-0721-0/+817
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.