Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | extend the rules/c-objs macro to take the way as a parameter | Duncan Coutts | 2009-04-28 | 1 | -4/+4 |
| | | | | | | | Previously we only built library package "cbits" the vanilla way, afterall C code does not need to be built differently for profiling builds. However for dynamic libs the C code needs to be built with -fPIC, so we do need to be able to build package .c (and .s?) files multiple ways. | ||||
* | Add a header to all build system files: | Simon Marlow | 2009-04-28 | 1 | -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 megapatch | Ian Lynagh | 2009-04-26 | 1 | -0/+5 |