summaryrefslogtreecommitdiff
path: root/mk/config.mk.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* config.mk.in: Add bzip, gzip, and xz executable names to be overriddenBen Gamari2017-03-231-3/+3
* config.mk.in: Disable terminfo support on iOSBen Gamari2017-02-281-3/+6
* Add flag allowing convenient disabling of terminfo supportBen Gamari2017-02-281-0/+9
* 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
* 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
* mk/config.mk.in: enable SMP on ARMv7+ (Trac #12981)Sergei Trofimovich2016-12-151-1/+1
* 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-161-8/+15
* 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-241-0/+1
* Comments onlyErik de Castro Lopo2016-05-101-0/+2
* 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
* Use default xz compression levelBen Gamari2016-02-051-1/+1
* Ensure that we don't produce code for pre-ARMv7 without barriersBen Gamari2016-01-251-1/+6
* Switch from -this-package-key to -this-unit-id.Edward Z. Yang2016-01-191-0/+2
* validate: Use gz compression during bindist checkBen Gamari2016-01-181-1/+1
* Use XZ compression by defaultBen Gamari2016-01-151-2/+2
* Typos in docs and commentsGabor Greif2016-01-071-1/+1
* mk/config.mk.in: drop unused CONF_CC_OPTS for ia64Sergei Trofimovich2016-01-011-4/+0
* Simplify -fcmm-sink handling for Parser.hsHerbert Valerio Riedel2015-12-311-2/+0
* Remove ghc-7.8 `-package-name`-compat handlingHerbert Valerio Riedel2015-12-311-2/+0
* Drop redundant/explicit `=1` in `-DFOO=1` flagsHerbert Valerio Riedel2015-12-311-3/+3
* config.mk.in: Disable stripping by default on ARMBen Gamari2015-12-231-0/+11
* libdw: enable support only on i386 and amd64Sergei Trofimovich2015-12-041-3/+3
* Build system: Add stage specific SRC_HC_(WARNING_)OPTSThomas Miedema2015-12-011-9/+40
* rts: Kill PAPI supportBen Gamari2015-11-181-6/+0
* Implement function-sections for Haskell code, #8405Simon Brenner2015-11-121-0/+11
* Libdw: Add libdw-based stack unwindingBen Gamari2015-10-171-0/+3
* Rename PACKAGE_KEY and LIB_NAME in build system.Edward Z. Yang2015-10-141-1/+1
* Move user's guide to ReStructuredTextBen Gamari2015-10-031-15/+8
* Build system: cleanup BUILD_DIRS + add lots of NotesThomas Miedema2015-09-081-1/+53
* Build system: delete the InstallExtraPackages variableThomas Miedema2015-09-081-8/+2
* Build system: delete half-baked Cygwin supportThomas Miedema2015-08-201-5/+2
* Build system: do not build stm and parallel by defaultThomas Miedema2015-07-141-0/+2
* Build system: don't set GhcLibWays explicitly in build.mk.sample (#10536)Thomas Miedema2015-07-071-5/+10
* Implement PowerPC 64-bit native code backend for LinuxPeter Trommler2015-07-031-5/+5
* Build system: remove unused variable CHECK_PACKAGESThomas Miedema2015-06-301-3/+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
* Enable SMP and GHCi support for Aarch64Erik de Castro Lopo2015-04-221-2/+2