summaryrefslogtreecommitdiff
path: root/mk/config.mk.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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