| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the build when SplitObjs=YES | Thomas Miedema | 2015-06-06 | 1 | -1/+1 |
* | Fix the sdist build | Thomas Miedema | 2015-06-06 | 1 | -2/+80 |
* | Build: remove more unnecessary CLEANING/=YES checks | Thomas Miedema | 2015-06-04 | 2 | -6/+0 |
* | Build: remove unnecessary CLEANING/=YES check | Thomas Miedema | 2015-06-04 | 2 | -7/+0 |
* | Build: ./boot && ./configure && make sdist (#8723) | Thomas Miedema | 2015-06-04 | 1 | -0/+46 |
* | Build: make configure and ghc-pkg a bit less chatty | Thomas Miedema | 2015-06-04 | 1 | -0/+11 |
* | build: make haddock a bit less chatty | Austin Seipp | 2015-06-02 | 1 | -0/+1 |
* | Build system: also clean the inplace wrapper | Thomas Miedema | 2015-05-30 | 1 | -0/+2 |
* | Build system: don't use supposedly local variable inside macro | Thomas Miedema | 2015-05-30 | 1 | -6/+6 |
* | Build system: make clean in utils/ghc-pkg should not delete inplace/lib/bin | Thomas Miedema | 2015-05-30 | 1 | -1/+1 |
* | Build system: whitespace and comments only | Thomas Miedema | 2015-05-30 | 2 | -6/+18 |
* | Build system: check $CLEANING instead of $MAKECMDGOALS | Thomas Miedema | 2015-05-30 | 2 | -4/+4 |
* | Build system: don't install haddock .t files (#10410) | Thomas Miedema | 2015-05-27 | 1 | -1/+1 |
* | Drop old integer-gmp-0.5 from GHC source tree | Herbert Valerio Riedel | 2015-03-31 | 1 | -2/+0 |
* | Use the gold linker for linux/ARM and android/ARM targets. | Erik de Castro Lopo | 2015-03-12 | 2 | -2/+1 |
* | Update Cabal submodule to latest 1.22 snapshot | Edward Z. Yang | 2015-03-11 | 1 | -3/+3 |
* | Make top-level "configure" accept and propagate --with-curses-{includes,libra... | PHO | 2015-02-23 | 1 | -0/+8 |
* | runghc: be explicit about ghc version (#9054) | Thomas Miedema | 2015-02-18 | 2 | -8/+6 |
* | Remove RAWCPP_FLAGS (Task #9094) | Thomas Miedema | 2015-02-17 | 1 | -2/+2 |
* | inplace: Don't add empty component to LD_LIBRARY_PATH when it is empty | Reid Barton | 2015-01-12 | 1 | -2/+2 |
* | Add -I$1/$2/build/autogen to $1_$2_DIST_CC_OPTS | Herbert Valerio Riedel | 2014-12-07 | 1 | -0/+1 |
* | Revert "Remove RAWCPP_FLAGS" | Herbert Valerio Riedel | 2014-12-01 | 1 | -2/+2 |
* | Implement new integer-gmp2 from scratch (re #9281) | Herbert Valerio Riedel | 2014-11-12 | 1 | -0/+2 |
* | Remove RAWCPP_FLAGS | Thomas Miedema | 2014-10-07 | 1 | -2/+2 |
* | rules: fix buld failure due to o-boot suffix typo | Sergei Trofimovich | 2014-09-08 | 1 | -2/+2 |
* | rules: cleanup: use '$way_*suf' var instead of open-coded '($3_way_)s' | Sergei Trofimovich | 2014-09-08 | 4 | -18/+20 |
* | Remove out of date TODO | Edward Z. Yang | 2014-08-13 | 1 | -2/+0 |
* | Explicitly version test for package key support. | Edward Z. Yang | 2014-08-13 | 1 | -1/+7 |
* | 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 |