summaryrefslogtreecommitdiff
path: root/mk
Commit message (Expand)AuthorAgeFilesLines
* Bug #9439: Ensure that stage 0 compiler isn't affectedBen Gamari2014-08-181-0/+3
* Explicitly version test for package key support.Edward Z. Yang2014-08-131-0/+2
* Don't build or test dph by defaultAustin Seipp2014-08-102-3/+3
* Add BUILD_DPH variable to GHC build-systemHerbert Valerio Riedel2014-06-292-0/+6
* Prevent line wrapping after the dash of an option.Sjoerd Visscher2014-06-061-0/+2
* Remove external coreAustin Seipp2014-05-031-19/+0
* Remove -fno-warn-amp sledgehammers for validateAustin Seipp2014-04-201-2/+0
* add --with-ar and --with-ranlib configure parametersKarel Gardas2014-03-221-0/+1
* config.mk.in: ARM now supports dynamic linking with the LLVM backendBen Gamari2014-03-131-2/+1
* disable shared libs on sparc (linux/solaris) (fixes #8857)Karel Gardas2014-03-131-1/+3
* fix SHELL makefile variable to be set by the configure script (fixes #8783)Karel Gardas2014-03-131-1/+1
* Fix copy-paste error in build system commentJohan Tibell2014-03-101-2/+2
* Add "bench" build flavour to build systemJohan Tibell2014-03-101-0/+64
* binary-dist: when using xz, use extreme compression.Austin Seipp2014-02-281-1/+1
* Follow-up to 32f41c79Herbert Valerio Riedel2014-02-261-2/+2
* Make distribution tarball compression format configurableHerbert Valerio Riedel2014-02-261-0/+18
* mk/config.mk.in: lower -O2 optimization down to -O1 on UNREGSergei Trofimovich2014-02-171-0/+10
* Add a perf-cross build setting.Luke Iannini2014-01-301-0/+26
* build.mk.sample: Don't disable dynamic linking for LLVM flavoursBen Gamari2014-01-271-6/+0
* Re-enable DYNAMIC_GHC_PROGRAMS for FreeBSD.Gabor Pali2014-01-171-4/+0
* Disable -dynamic-too on WindowsAustin Seipp2014-01-141-0/+1
* Add Windows to NoSharedLibsPlatformListAustin Seipp2014-01-131-15/+4
* Lower unfolding threshold for windows (again.)Austin Seipp2014-01-071-1/+1
* Temporarily lower unfolding threshold on WindowsAustin Seipp2013-11-221-0/+14
* Add build.mk.sample entry for Cross CompilationAustin Seipp2013-10-251-0/+24
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-2/+2
* Implement the AMP warning (#8004)Austin Seipp2013-09-111-0/+3
* Make sure -fcmm-sink is passed to Parser properlyAustin Seipp2013-09-041-0/+2
* Hack-fix build breakage on Linux/GCC from fc4856f9Herbert Valerio Riedel2013-09-041-1/+1
* Make validate play nice with clang (for Xcode 5 command line tools)Manuel M T Chakravarty2013-09-042-0/+10
* Patch by lukexi.Gabor Greif2013-09-031-1/+1
* Delete trailing whitespace in mk/config.mk.inAustin Seipp2013-08-241-12/+12
* Add support for iOS simulator (issue #8152).Austin Seipp2013-08-241-2/+2
* iOS: generate archive files when compiling.Austin Seipp2013-08-141-5/+5
* mk/config.mk.in : Add powerpc-unknown-linux to NoSharedLibsPlatformList.Erik de Castro Lopo2013-08-051-1/+1
* Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2013-07-031-4/+0
|\
| * Do not build dynamic libraries with the perf-llvm BuildFlavour.Geoffrey Mainland2013-07-021-4/+0
* | Change the ranlib detectionIan Lynagh2013-07-031-1/+2
|/
* Suppress some more warnings from Clang.Austin Seipp2013-06-181-1/+1
* Add some missing clang bits to the build system.Austin Seipp2013-06-172-1/+7
* Cleaning fixes, and other build system tweaks; part of #7941Ian Lynagh2013-06-141-1/+0
* Change how we check that we have a suitable 'make'Ian Lynagh2013-06-091-6/+0
* Build statically when using LLVM.Geoffrey Mainland2013-05-311-0/+6
* add arm-unknown-linux to platforms which do not support shared libsKarel Gardas2013-05-301-1/+1
* set DYNAMIC_GHC_PROGRAMS to NO if platform does not support shared libsKarel Gardas2013-05-301-0/+2
* Reorganize mk/build.mk.sample a little.Austin Seipp2013-05-041-21/+23
* Set DYNAMIC_GHC_PROGRAMS=NO for FreeBSD because $ORIGIN is not resolvedGabor Pali2013-04-271-0/+4
* pass the correct -Dxxx_HOST_ARCH and -Dxxx_HOST_OS to hsc2hs; Fixes #7761.Ian Lynagh2013-04-211-0/+3
* Use different exeext variables for each stage; fixes #7709Ian Lynagh2013-04-201-1/+4
* Remove the Windows installerIan Lynagh2013-04-201-7/+0