summaryrefslogtreecommitdiff
path: root/rules
Commit message (Expand)AuthorAgeFilesLines
...
* Drop old integer-gmp-0.5 from GHC source treeHerbert Valerio Riedel2015-03-311-2/+0
* Use the gold linker for linux/ARM and android/ARM targets.Erik de Castro Lopo2015-03-122-2/+1
* Update Cabal submodule to latest 1.22 snapshotEdward Z. Yang2015-03-111-3/+3
* Make top-level "configure" accept and propagate --with-curses-{includes,libra...PHO2015-02-231-0/+8
* runghc: be explicit about ghc version (#9054)Thomas Miedema2015-02-182-8/+6
* Remove RAWCPP_FLAGS (Task #9094)Thomas Miedema2015-02-171-2/+2
* inplace: Don't add empty component to LD_LIBRARY_PATH when it is emptyReid Barton2015-01-121-2/+2
* Add -I$1/$2/build/autogen to $1_$2_DIST_CC_OPTSHerbert Valerio Riedel2014-12-071-0/+1
* Revert "Remove RAWCPP_FLAGS"Herbert Valerio Riedel2014-12-011-2/+2
* Implement new integer-gmp2 from scratch (re #9281)Herbert Valerio Riedel2014-11-121-0/+2
* Remove RAWCPP_FLAGSThomas Miedema2014-10-071-2/+2
* rules: fix buld failure due to o-boot suffix typoSergei Trofimovich2014-09-081-2/+2
* rules: cleanup: use '$way_*suf' var instead of open-coded '($3_way_)s'Sergei Trofimovich2014-09-084-18/+20
* Remove out of date TODOEdward Z. Yang2014-08-131-2/+0
* Explicitly version test for package key support.Edward Z. Yang2014-08-131-1/+7
* Package keys (for linking/type equality) separated from package IDs.Edward Z. Yang2014-08-053-11/+25
* Use 'install' command for 'inplace/' install as we do in 'make install'Sergei Trofimovich2014-08-041-1/+1
* Handle base et al. specially in foreachLibrary.mkHerbert Valerio Riedel2014-04-221-2/+15
* Update Cabal submodule to tip of v1.20 branchHerbert Valerio Riedel2014-04-161-1/+0
* Pass custom CC and LD opts to Cabal when configuring a packageSimon Marlow2014-03-271-3/+11
* Include EXTRA_LD_OPTS (amongst other things) when linking programsSimon Marlow2014-03-272-23/+30
* Fix installation of ghc-split (#8760)Austin Seipp2014-02-201-1/+9
* fix sed expression in build dependencies rules to work well with non-GNU sed ...Karel Gardas2014-02-191-12/+9
* Fix inplace dynamic linking on OS X (#8266)Christiaan Baaj2014-01-284-61/+3
* Fix specification of -z origin for gold.Austin Seipp2014-01-071-1/+1
* Fix make binary-dist on OS X (#8122)Austin Seipp2013-11-221-6/+7
* Correctly set relative rpath for OS X (#8266)Austin Seipp2013-10-252-4/+25
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-0140-81/+81
* Comment fixGabor Greif2013-08-311-1/+1
* Change the ranlib detectionIan Lynagh2013-07-031-1/+1
* Fix the dynmaic library paths in the libs, as well as in the programsIan Lynagh2013-06-223-12/+38
* On OS X, fix the path to the libffi dynlib; fixes #7833Ian Lynagh2013-06-221-0/+1
* Cleaning fixes, and other build system tweaks; part of #7941Ian Lynagh2013-06-142-9/+4
* Fix a commentIan Lynagh2013-06-021-1/+1
* Add a commentIan Lynagh2013-06-011-0/+4
* Don't link base/rts/... into C wrapper programsIan Lynagh2013-05-161-2/+2
* Make dynamic GHC no Windows installable tooIan Lynagh2013-05-161-11/+32
* Don't try to build bindist wrappers on WindowsIan Lynagh2013-05-151-0/+2
* Link to the right RTS whenever we build a .dll on WindowsIan Lynagh2013-05-151-12/+0
* Define the right RTS config in the Windows dyn wrapper programsIan Lynagh2013-05-141-0/+17
* Fix the GHC package DLL-splittingIan Lynagh2013-05-142-1/+9
* Simplify ghc-cabalIan Lynagh2013-05-142-2/+2
* Merge win:/cygdrive/c/ghc/git/dtIan Lynagh2013-05-122-1/+32
|\
| * More work towards dynamic programs on WindowsIan Lynagh2013-05-121-1/+20
| * We actually need to use -threaded/-debug when linking /all/ DLLsIan Lynagh2013-05-121-0/+12
* | Generate dependencies for .cmm files properlyIan Lynagh2013-05-092-6/+13
|/
* Use -rpath flags on all Elf OSes, not just LinuxIan Lynagh2013-04-271-1/+1
* When linking with $ORIGIN rpaths, use the "-z origin" linker flag tooIan Lynagh2013-04-271-1/+1
* pass the correct -Dxxx_HOST_ARCH and -Dxxx_HOST_OS to hsc2hs; Fixes #7761.Ian Lynagh2013-04-211-2/+0
* Fix "make 2" in ghc/Ian Lynagh2013-04-211-3/+12