summaryrefslogtreecommitdiff
path: root/mk
Commit message (Expand)AuthorAgeFilesLines
* Build system: put each BuildFlavour in a separate file (#10223)Thomas Miedema2015-09-0717-294/+207
* Build system: simplify install.mk.inThomas Miedema2015-08-211-15/+9
* Build system: delete half-baked Cygwin supportThomas Miedema2015-08-203-33/+4
* Update parallel submodule, and re-enable warningsSimon Marlow2015-08-031-1/+0
* The parallel package has warningsSimon Peyton Jones2015-07-301-0/+1
* Fallout from more assiduous RULE warningsSimon Peyton Jones2015-07-281-0/+3
* Build system: do not build stm and parallel by defaultThomas Miedema2015-07-142-0/+6
* Build system: add `make show!` command (#7810)Thomas Miedema2015-07-131-2/+2
* Delete the WayPar wayThomas Miedema2015-07-101-5/+1
* Build system: don't set GhcLibWays explicitly in build.mk.sample (#10536)Thomas Miedema2015-07-073-39/+33
* Implement PowerPC 64-bit native code backend for LinuxPeter Trommler2015-07-031-5/+5
* Build system: prevent "warning: overriding commands for target..."Thomas Miedema2015-06-301-0/+1
* Build system: remove unused variable CHECK_PACKAGESThomas Miedema2015-06-302-5/+0
* Build system: delete unused variables in config.mk.inThomas Miedema2015-06-241-14/+0
* docs: Unbreak the PS/PDF builds for the User's Guide (#10509)Gabor Pali2015-06-191-1/+1
* Build system: always use `make -r`Thomas Miedema2015-05-301-1/+6
* Make template-haskell build with GHC 7.6, fixes bootstrap build.Edward Z. Yang2015-05-111-4/+0
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-111-0/+1
* Revert stage 1 template-haskell. This is a combination of 5 commits.Edward Z. Yang2015-05-091-1/+0
* Support stage 1 Template Haskell (non-quasi) quotes, fixes #10382.Edward Z. Yang2015-05-091-0/+1
* Enable SMP and GHCi support for Aarch64Erik de Castro Lopo2015-04-221-2/+2
* Disable same warnings for normal builds as for validate (#10223)Thomas Miedema2015-04-023-118/+121
* Do not set -fasm explicitly in build.mk.sample (#10223)Thomas Miedema2015-04-021-27/+24
* Filter out `-Rghc-timing` for V=0 builds (#10223)Thomas Miedema2015-04-011-7/+4
* Reformat build flavours in build.mk.sample (#10223)Thomas Miedema2015-04-011-20/+33
* Drop old integer-gmp-0.5 from GHC source treeHerbert Valerio Riedel2015-03-311-1/+1
* Add `integer-gmp` specific hint to build.mk.sampleHerbert Valerio Riedel2015-03-311-0/+4
* Remove comments and flag for GranSimThomas Miedema2015-03-191-6/+2
* Fix build on amd64/solaris.Erik de Castro Lopo2015-03-171-0/+1
* Use the gold linker for linux/ARM and android/ARM targets.Erik de Castro Lopo2015-03-121-1/+0
* build: fix 'make help'Austin Seipp2015-03-071-1/+1
* Make top-level "configure" accept and propagate --with-curses-{includes,libra...PHO2015-02-231-0/+3
* Remove RAWCPP_FLAGS (Task #9094)Thomas Miedema2015-02-171-9/+2
* Compile the RTS with -g by defaultSimon Marlow2015-01-131-1/+1
* Remove redundant constraints from libraries, discovered by -fwarn-redundant-c...Simon Peyton Jones2015-01-061-0/+3
* Update validate-settings.mkHerbert Valerio Riedel2014-12-281-31/+8
* Update hsc2hs submodule for de-tabbingHerbert Valerio Riedel2014-12-271-1/+0
* powerpc: fix and enable shared libraries by default on linuxSergei Trofimovich2014-12-141-1/+1
* Only use -fasm on platforms with an NCG (Closes: #9884).Erik de Castro Lopo2014-12-141-24/+27
* Update `process` submodule to pull in Safe Haskell fixesDavid Terei2014-12-081-1/+0
* Revert "Remove RAWCPP_FLAGS"Herbert Valerio Riedel2014-12-011-0/+9
* Embed Git commit id into `ghc --info` outputHerbert Valerio Riedel2014-11-271-0/+1
* Add `--fwarn-trustworthy-safe` to `-Wall` again.David Terei2014-11-241-0/+2
* Update validate settings now that containers and process have beenDavid Terei2014-11-161-2/+0
* Update to (unreleased) `deepseq-1.4.0.0`Herbert Valerio Riedel2014-11-151-0/+3
* Add `--fwarn-trustworthy-safe` to `-Wall`David Terei2014-11-121-0/+7
* Implement new integer-gmp2 from scratch (re #9281)Herbert Valerio Riedel2014-11-121-1/+1
* Avoid setting -Werror=unused-but-set-variable on Windows.Gintautas Miliauskas2014-10-291-0/+3
* Enabled warn on tabs by default (fixes #9230)Mateusz Lenik2014-10-211-0/+9
* Remove RAWCPP_FLAGSThomas Miedema2014-10-071-9/+0