| Commit message (Expand) | Author | Age | Files | Lines |
* | Package keys (for linking/type equality) separated from package IDs. | Edward Z. Yang | 2014-08-05 | 3 | -11/+25 |
* | Use 'install' command for 'inplace/' install as we do in 'make install' | Sergei Trofimovich | 2014-08-04 | 1 | -1/+1 |
* | Handle base et al. specially in foreachLibrary.mk | Herbert Valerio Riedel | 2014-04-22 | 1 | -2/+15 |
* | Update Cabal submodule to tip of v1.20 branch | Herbert Valerio Riedel | 2014-04-16 | 1 | -1/+0 |
* | Pass custom CC and LD opts to Cabal when configuring a package | Simon Marlow | 2014-03-27 | 1 | -3/+11 |
* | Include EXTRA_LD_OPTS (amongst other things) when linking programs | Simon Marlow | 2014-03-27 | 2 | -23/+30 |
* | Fix installation of ghc-split (#8760) | Austin Seipp | 2014-02-20 | 1 | -1/+9 |
* | fix sed expression in build dependencies rules to work well with non-GNU sed ... | Karel Gardas | 2014-02-19 | 1 | -12/+9 |
* | Fix inplace dynamic linking on OS X (#8266) | Christiaan Baaj | 2014-01-28 | 4 | -61/+3 |
* | Fix specification of -z origin for gold. | Austin Seipp | 2014-01-07 | 1 | -1/+1 |
* | Fix make binary-dist on OS X (#8122) | Austin Seipp | 2013-11-22 | 1 | -6/+7 |
* | Correctly set relative rpath for OS X (#8266) | Austin Seipp | 2013-10-25 | 2 | -4/+25 |
* | Globally replace "hackage.haskell.org" with "ghc.haskell.org" | Simon Marlow | 2013-10-01 | 40 | -81/+81 |
* | Comment fix | Gabor Greif | 2013-08-31 | 1 | -1/+1 |
* | Change the ranlib detection | Ian Lynagh | 2013-07-03 | 1 | -1/+1 |
* | Fix the dynmaic library paths in the libs, as well as in the programs | Ian Lynagh | 2013-06-22 | 3 | -12/+38 |
* | On OS X, fix the path to the libffi dynlib; fixes #7833 | Ian Lynagh | 2013-06-22 | 1 | -0/+1 |
* | Cleaning fixes, and other build system tweaks; part of #7941 | Ian Lynagh | 2013-06-14 | 2 | -9/+4 |
* | Fix a comment | Ian Lynagh | 2013-06-02 | 1 | -1/+1 |
* | Add a comment | Ian Lynagh | 2013-06-01 | 1 | -0/+4 |
* | Don't link base/rts/... into C wrapper programs | Ian Lynagh | 2013-05-16 | 1 | -2/+2 |
* | Make dynamic GHC no Windows installable too | Ian Lynagh | 2013-05-16 | 1 | -11/+32 |
* | Don't try to build bindist wrappers on Windows | Ian Lynagh | 2013-05-15 | 1 | -0/+2 |
* | Link to the right RTS whenever we build a .dll on Windows | Ian Lynagh | 2013-05-15 | 1 | -12/+0 |
* | Define the right RTS config in the Windows dyn wrapper programs | Ian Lynagh | 2013-05-14 | 1 | -0/+17 |
* | Fix the GHC package DLL-splitting | Ian Lynagh | 2013-05-14 | 2 | -1/+9 |
* | Simplify ghc-cabal | Ian Lynagh | 2013-05-14 | 2 | -2/+2 |
* | Merge win:/cygdrive/c/ghc/git/dt | Ian Lynagh | 2013-05-12 | 2 | -1/+32 |
|\ |
|
| * | More work towards dynamic programs on Windows | Ian Lynagh | 2013-05-12 | 1 | -1/+20 |
| * | We actually need to use -threaded/-debug when linking /all/ DLLs | Ian Lynagh | 2013-05-12 | 1 | -0/+12 |
* | | Generate dependencies for .cmm files properly | Ian Lynagh | 2013-05-09 | 2 | -6/+13 |
|/ |
|
* | Use -rpath flags on all Elf OSes, not just Linux | Ian Lynagh | 2013-04-27 | 1 | -1/+1 |
* | When linking with $ORIGIN rpaths, use the "-z origin" linker flag too | Ian Lynagh | 2013-04-27 | 1 | -1/+1 |
* | pass the correct -Dxxx_HOST_ARCH and -Dxxx_HOST_OS to hsc2hs; Fixes #7761. | Ian Lynagh | 2013-04-21 | 1 | -2/+0 |
* | Fix "make 2" in ghc/ | Ian Lynagh | 2013-04-21 | 1 | -3/+12 |
* | Use different exeext variables for each stage; fixes #7709 | Ian Lynagh | 2013-04-20 | 1 | -1/+1 |
* | Follow build system changes in integer-gmp | Ian Lynagh | 2013-04-20 | 3 | -2/+10 |
* | Some build system refactoring | Ian Lynagh | 2013-04-20 | 8 | -27/+27 |
* | Add a check that the Windows DLL split is OK; fixes #7780 | Ian Lynagh | 2013-04-07 | 1 | -0/+11 |
* | Build system fix: really print the number of symbols in DLLs | Ian Lynagh | 2013-04-06 | 1 | -1/+1 |
* | When making a DLL, print the number of symbols that are in it | Ian Lynagh | 2013-04-06 | 1 | -0/+1 |
* | Tweak the _HC_OPTS variables | Ian Lynagh | 2013-03-23 | 2 | -6/+9 |
* | Remove some commented out build system code | Ian Lynagh | 2013-03-19 | 1 | -11/+0 |
* | Fix building when $(CC_STAGE0) contains spaces | Ian Lynagh | 2013-03-19 | 1 | -2/+2 |
* | Optimistically assume that LD_LIBRARY_PATH works for all platforms | Ian Lynagh | 2013-03-19 | 1 | -3/+3 |
* | Fix ohi-sanity-check when we have ways other than v and dyn enabled | Ian Lynagh | 2013-03-17 | 1 | -1/+5 |
* | Partial support for dynamic ghc on Windows | Ian Lynagh | 2013-03-16 | 1 | -1/+9 |
* | By default, use the dynamic way for programs in the GHC tree | Ian Lynagh | 2013-03-15 | 4 | -6/+6 |
* | Finish adding support for 2 DLLs in the ghc package; fixes #5987 | Ian Lynagh | 2013-03-13 | 1 | -3/+17 |
* | Merge branch 'master' of win:c:/ghc/git/cygwin/. | Ian Lynagh | 2013-03-12 | 1 | -8/+33 |
|\ |
|