| Commit message (Expand) | Author | Age | Files | Lines |
* | Build statically when using LLVM. | Geoffrey Mainland | 2013-05-31 | 1 | -0/+6 |
* | add arm-unknown-linux to platforms which do not support shared libs | Karel Gardas | 2013-05-30 | 1 | -1/+1 |
* | set DYNAMIC_GHC_PROGRAMS to NO if platform does not support shared libs | Karel Gardas | 2013-05-30 | 1 | -0/+2 |
* | Reorganize mk/build.mk.sample a little. | Austin Seipp | 2013-05-04 | 1 | -21/+23 |
* | Set DYNAMIC_GHC_PROGRAMS=NO for FreeBSD because $ORIGIN is not resolved | Gabor Pali | 2013-04-27 | 1 | -0/+4 |
* | pass the correct -Dxxx_HOST_ARCH and -Dxxx_HOST_OS to hsc2hs; Fixes #7761. | Ian Lynagh | 2013-04-21 | 1 | -0/+3 |
* | Use different exeext variables for each stage; fixes #7709 | Ian Lynagh | 2013-04-20 | 1 | -1/+4 |
* | Remove the Windows installer | Ian Lynagh | 2013-04-20 | 1 | -7/+0 |
* | Some build system refactoring | Ian Lynagh | 2013-04-20 | 1 | -9/+3 |
* | In build.mk.sample, include v in GhcLibWays even if DYNAMIC_GHC_PROGRAMS is set | Ian Lynagh | 2013-04-03 | 1 | -1/+1 |
* | ticky enhancements | Nicolas Frisby | 2013-03-29 | 1 | -2/+2 |
* | Fix build with non-Linux ELF OSes | Ian Lynagh | 2013-03-20 | 1 | -1/+7 |
* | Be more optimistic about which platforms support shared libraries | Ian Lynagh | 2013-03-19 | 1 | -12/+6 |
* | Remove a couple of unused make variables | Ian Lynagh | 2013-03-17 | 1 | -6/+0 |
* | Also build the v way when DYNAMIC_GHC_PROGRAMS is YES | Ian Lynagh | 2013-03-17 | 1 | -2/+4 |
* | Disable DYNAMIC_GHC_PROGRAMS on Windows | Ian Lynagh | 2013-03-16 | 1 | -0/+5 |
* | By default, use the dynamic way for programs in the GHC tree | Ian Lynagh | 2013-03-15 | 3 | -4/+11 |
* | Merge branch 'master' of http://darcs.haskell.org/ghc | David Waern | 2013-03-10 | 1 | -2/+1 |
|\ |
|
| * | Building with -dynamic-too now works, so enable it by default | Ian Lynagh | 2013-03-10 | 1 | -2/+1 |
* | | Fix construction of ALL_ALEX_OPTS and ALL_AS_OPTS | Max Bolingbroke | 2013-03-10 | 1 | -5/+4 |
|/ |
|
* | Remove a couple of lingering references to the dead BootingFromHc variable | Ian Lynagh | 2013-03-04 | 1 | -5/+1 |
* | Don't test BootingFromHc when setting SupportsSplitObjs | Ian Lynagh | 2013-03-04 | 1 | -1/+0 |
* | Remove unused 'PackageSourceURL' from build system | Ian Lynagh | 2013-03-04 | 1 | -4/+0 |
* | Remove unused CTAGS from build system | Ian Lynagh | 2013-03-04 | 1 | -1/+0 |
* | Remove some out-of-date comments | Ian Lynagh | 2013-03-04 | 1 | -3/+0 |
* | Remove the FLEX support from the build system | Ian Lynagh | 2013-03-04 | 1 | -12/+0 |
* | Use the automatic variables for touchy too | Ian Lynagh | 2013-03-03 | 1 | -1/+0 |
* | Automatically define _INPLACE variables for perl programs too | Ian Lynagh | 2013-03-03 | 1 | -3/+0 |
* | Use unlit_INPLACE rather than UNLIT in the build system | Ian Lynagh | 2013-03-03 | 1 | -2/+0 |
* | Use more of the automatically generated INPLACE variables | Ian Lynagh | 2013-03-03 | 1 | -2/+0 |
* | Define $(prog)_INPLACE variables automatically, and start using them | Ian Lynagh | 2013-03-03 | 2 | -16/+4 |
* | Whitespace only | Ian Lynagh | 2013-03-03 | 1 | -10/+9 |
* | Remove some unused build system variables | Ian Lynagh | 2013-03-03 | 1 | -5/+0 |
* | Give hsc2hs different options in different stages; fixes #7705 | Ian Lynagh | 2013-03-02 | 1 | -2/+12 |
* | Remove some more unused build system code | Ian Lynagh | 2013-03-02 | 1 | -6/+0 |
* | Remove the unused REAL_SHELL variable in the build system | Ian Lynagh | 2013-03-02 | 1 | -24/+0 |
* | Follow Windows -> Windows_Host change in config.mk.in | Ian Lynagh | 2013-03-02 | 1 | -4/+4 |
* | Remove some more unused build system variables | Ian Lynagh | 2013-03-02 | 2 | -3/+0 |
* | Remove a couple more single-use variables | Ian Lynagh | 2013-03-02 | 1 | -2/+0 |
* | Remove some single-use build system variables | Ian Lynagh | 2013-03-02 | 1 | -7/+0 |
* | LATEX_DOCS is no longer used | Ian Lynagh | 2013-03-02 | 1 | -3/+0 |
* | Remove some more unused build system variables | Ian Lynagh | 2013-03-02 | 2 | -26/+0 |
* | Fix when terminfo is built; fixes #7700 | Ian Lynagh | 2013-03-01 | 1 | -0/+7 |
* | Rename $(Windows) to $(Windows_Host) | Ian Lynagh | 2013-03-01 | 1 | -3/+3 |
* | Remove some unused variables | Ian Lynagh | 2013-03-01 | 1 | -5/+0 |
* | Change how the build system handles packages | Ian Lynagh | 2013-03-01 | 1 | -4/+1 |
* | Update to binary 0.7.0.0 | Ian Lynagh | 2013-03-01 | 1 | -6/+2 |
* | Turn -dynamic-too off in the build system for now | Ian Lynagh | 2013-02-23 | 1 | -0/+3 |
* | Fix displayed string | Gabor Greif | 2013-02-22 | 1 | -1/+1 |
* | Use $(TargetPlatformFull) instead of $(GlobalCrossCompilePrefix) | Simon Marlow | 2013-02-18 | 2 | -2/+1 |