summaryrefslogtreecommitdiff
path: root/mk/config.mk.in
Commit message (Expand)AuthorAgeFilesLines
* Enable SMP and GHCi support for Aarch64Erik de Castro Lopo2015-04-221-2/+2
* Drop old integer-gmp-0.5 from GHC source treeHerbert Valerio Riedel2015-03-311-1/+1
* 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
* 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
* powerpc: fix and enable shared libraries by default on linuxSergei Trofimovich2014-12-141-1/+1
* Revert "Remove RAWCPP_FLAGS"Herbert Valerio Riedel2014-12-011-0/+9
* Implement new integer-gmp2 from scratch (re #9281)Herbert Valerio Riedel2014-11-121-1/+1
* Remove RAWCPP_FLAGSThomas Miedema2014-10-071-9/+0
* Revert "disable shared libs on sparc (linux/solaris) (fixes #8857)"Sergei Trofimovich2014-08-271-3/+1
* Explicitly version test for package key support.Edward Z. Yang2014-08-131-0/+2
* Don't build or test dph by defaultAustin Seipp2014-08-101-1/+1
* Add BUILD_DPH variable to GHC build-systemHerbert Valerio Riedel2014-06-291-0/+3
* Remove external coreAustin Seipp2014-05-031-19/+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
* 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
* 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
* Make sure -fcmm-sink is passed to Parser properlyAustin Seipp2013-09-041-0/+2
* Make validate play nice with clang (for Xcode 5 command line tools)Manuel M T Chakravarty2013-09-041-0/+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
* mk/config.mk.in : Add powerpc-unknown-linux to NoSharedLibsPlatformList.Erik de Castro Lopo2013-08-051-1/+1
* 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-171-0/+5
* Cleaning fixes, and other build system tweaks; part of #7941Ian Lynagh2013-06-141-1/+0
* 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
* 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
* Remove the Windows installerIan Lynagh2013-04-201-7/+0
* Some build system refactoringIan Lynagh2013-04-201-9/+3
* Fix build with non-Linux ELF OSesIan Lynagh2013-03-201-1/+7
* Be more optimistic about which platforms support shared librariesIan Lynagh2013-03-191-12/+6
* Remove a couple of unused make variablesIan Lynagh2013-03-171-6/+0
* Disable DYNAMIC_GHC_PROGRAMS on WindowsIan Lynagh2013-03-161-0/+5
* By default, use the dynamic way for programs in the GHC treeIan Lynagh2013-03-151-1/+8
* Merge branch 'master' of http://darcs.haskell.org/ghcDavid Waern2013-03-101-2/+1
|\