summaryrefslogtreecommitdiff
path: root/mk
Commit message (Expand)AuthorAgeFilesLines
* configure: Remove --with-curses-includes flagBen Gamari2017-07-031-1/+0
* Typos in comments and manual [ci skip]Gabor Greif2017-05-231-3/+3
* mk/config.mk.in: lower -O2 optimization down to -O1 on UNREGSergei Trofimovich2017-05-231-9/+17
* Pass LLVMTarget (identical to --target)Moritz Angermann2017-05-111-18/+19
* Disable -Wcpp-undef for nowBen Gamari2017-04-301-2/+2
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-281-2/+2
* get-win32-tarballs: Grab perl tarball from haskell.org, not GitHubBen Gamari2017-04-281-1/+1
* Add backup url and sync support for Win32 tarball scriptTamar Christina2017-04-251-13/+59
* First update mingw-w64 packages for 8.4Tamar Christina2017-04-232-49/+49
* Build system: fix bindist for cross-build GHCFangrui Song2017-04-211-0/+1
* Remove GhcDynamic (in favor of DYNAMIC_GHC_PROGRAMS)Reid Barton2017-04-121-1/+0
* config.mk.in: removed stray HaveLibDL assignmentSergei Trofimovich2017-04-061-2/+0
* avoid $(CrossCompilerPrefix) for stage2 installSergei Trofimovich2017-04-061-1/+6
* config.mk.in: remove phase=0 hack for CrossCompilePrefixSergei Trofimovich2017-04-061-4/+0
* Revert "Enable new warning for fragile/incorrect CPP #if usage"Ben Gamari2017-04-051-2/+2
* Enable new warning for fragile/incorrect CPP #if usageErik de Castro Lopo2017-04-051-2/+2
* config.mk.in: Add bzip, gzip, and xz executable names to be overriddenBen Gamari2017-03-231-3/+3
* get-win32-tarballs: More reworking of tarball maintenanceBen Gamari2017-03-092-7/+28
* get-win32-tarballs: Rework handling of hashingBen Gamari2017-03-092-35/+49
* get-win32-tarballs: Use haskell.org mirrorBen Gamari2017-03-091-1/+2
* Update crt to latest.Tamar Christina2017-03-091-2/+21
* Add -dno-debug-output to validate GhcStage1HcOptsMatthew Pickering2017-03-061-2/+2
* Add SplitSections = NO to build flavors with SplitObjs = NOReid Barton2017-03-0611-0/+11
* config.mk.in: Disable terminfo support on iOSBen Gamari2017-02-281-3/+6
* Add flag allowing convenient disabling of terminfo supportBen Gamari2017-02-284-0/+12
* build.mk: Add option for debug symbolsBen Gamari2017-02-201-0/+7
* Fix comment (old file names) in mk/ and utils/Takenobu Tani2017-02-041-2/+2
* Make split sections by default work againReid Barton2017-02-041-1/+1
* Spelling fixesGabor Greif2017-02-021-1/+1
* Turn libraries/integer-gmp/gmp/tarball into a submoduleReid Barton2017-01-301-1/+1
* Don't use the splitter on DarwinDemi Obenour2017-01-101-17/+16
* Testsuite: Skip failing tests on PowerPC 64-bitPeter Trommler2016-12-271-1/+1
* Enable split sections by default where possibleSimon Brenner2016-12-161-5/+16
* Adds llvm-prof flavourMoritz Angermann2016-12-152-0/+15
* mk/config.mk.in: enable SMP on ARMv7+ (Trac #12981)Sergei Trofimovich2016-12-151-1/+1
* Note Trac #12141 in mk/build.mk.sampleRyan Scott2016-12-021-1/+2
* Update Mingw-w64 bindist for WindowsTamar Christina2016-11-291-20/+45
* configure: Pass HC_OPTS_STAGEx to build systemBen Gamari2016-11-101-0/+3
* Kill vestiages of DEFAULT_TMPDIRBen Gamari2016-09-011-15/+0
* Log heap profiler samples to event logBen Gamari2016-07-162-26/+46
* Don't error on GCC inlining warning in rtsBartosz Nitka2016-06-221-2/+3
* Fix detection and use of `USE_LIBDW`Erik de Castro Lopo2016-06-011-1/+1
* Suppress the warning about __sync_fetch_and_nand (#9678)Thomas Miedema2016-05-242-0/+6
* Comments onlyErik de Castro Lopo2016-05-101-0/+2
* Warn about simplifiable class constraintsSimon Peyton Jones2016-04-221-0/+1
* Make it easy to get hyperlinked sourcesBartosz Nitka2016-04-181-0/+4
* Silence unused-import warning introduced by 93d85af9fec968bHerbert Valerio Riedel2016-04-171-0/+1
* Rework CC/CC_STAGE0 handling in `configure.ac`Herbert Valerio Riedel2016-04-161-5/+5
* Remove now obsolete LD_STAGE0 hackHerbert Valerio Riedel2016-03-271-3/+1
* Add NCG support for AIX/ppc32Herbert Valerio Riedel2016-03-241-2/+3