Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all references to -mno-cygwin | Ian Lynagh | 2008-07-09 | 1 | -4/+0 |
| | | | | | We shouldn't need it, as we don't call cygwin's gcc, and it was causing problems with the nightly builders passing it to GHC. | ||||
* | define NeedVarargsPrototypes to avoid segfault on x86_64 | Simon Marlow | 2008-06-18 | 1 | -0/+2 |
| | |||||
* | Fix lndir | Ian Lynagh | 2008-04-08 | 1 | -1/+1 |
| | | | | It would copy when it should symlink, and vice-versa. | ||||
* | Mac OS X deployment target: piping opts through Makefiles | Manuel M T Chakravarty | 2008-02-21 | 1 | -0/+6 |
| | |||||
* | Make lndir work on Windows (by copying) | Ian Lynagh | 2007-07-30 | 1 | -9/+91 |
| | |||||
* | Make lndir whitespace consistent | Ian Lynagh | 2007-07-30 | 1 | -130/+130 |
| | |||||
* | Reorganisation of the source tree | Simon Marlow | 2006-04-07 | 4 | -0/+665 |
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. |