Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use compat when compiling utils with stage1 | Ian Lynagh | 2007-02-06 | 1 | -0/+13 |
| | |||||
* | Move #ifdef __GLASGOW_HASKELL__ < 604 to cover the CSIDL definitions too | Simon Marlow | 2007-02-05 | 1 | -2/+2 |
| | | | | Fixes bug exposed by compiling base w/ -fasm on Windows | ||||
* | Where we use $(GhcHcOpts), also add $(GhcStage1HcOpts) | Simon Marlow | 2006-08-09 | 1 | -1/+1 |
| | | | | This fixes building the compiler with -prof in $(GhcStage1HcOpts) | ||||
* | __compat_long_path_size(): have proto and defn agree on return type | sof@galois.com | 2006-06-14 | 1 | -2/+2 |
| | |||||
* | Reorganisation of the source tree | Simon Marlow | 2006-04-07 | 21 | -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. |