Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Automatically add the $(exeext) to program names | Ian Lynagh | 2013-03-03 | 1 | -1/+1 |
| | | | | | | | We now define _PROGNAME, and _PROG is automatically defined with $(exeext). This will shortly automatically use the right exeext depending on what stage it is being compiled with (exeext may be different for different stages when cross-compiling). | ||||
* | Make it possible to build with only way dyn | Ian Lynagh | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Build the dynamic way by default on Linux/amd64 | Ian Lynagh | 2012-10-03 | 1 | -0/+2 |
| | | | | | | | | | | | | | This required various build system changes to get the build to go through. In the inplace shell wrappers, we set LD_LIBRARY_PATH to allow programs to find their libraries. In the future, we might change the inplace tree to be the same shape as an installed tree instead. However, this would mean changing the way we do installation, as currently we use cabal's installation methods to install the libraries, but that only works if the libraries are under libraries/foo/dist-install/build/..., rather than in inplace/lib/... | ||||
* | Update dependency on directory. | Paolo Capriotti | 2012-09-09 | 1 | -1/+1 |
| | |||||
* | Make builds that use stage1 use "dist-install" consistently. This | Simon Marlow | 2011-05-28 | 1 | -2/+2 |
| | | | | | makes it easier to remove everything built with stage1 in cases where the build system or GHC wrongly thinks everything is up to date. | ||||
* | For bindists, build ghc-pwd with stage 1 | Ian Lynagh | 2010-11-21 | 3 | -8/+9 |
| | | | | | | rather then the bootstrapping compiler. This fixes problems where the bootstrapping compiler dynamically links against libraries not on the target machine. | ||||
* | Change ghc-pwd's license to a string Cabal recognises | Ian Lynagh | 2010-06-15 | 1 | -1/+1 |
| | |||||
* | Rename pwd to ghc-pwd | Ian Lynagh | 2009-05-07 | 3 | -0/+48 |