summaryrefslogtreecommitdiff
path: root/mk/config.mk.in
Commit message (Expand)AuthorAgeFilesLines
* Rename package-conf flags to package-db.Paolo Capriotti2012-05-151-0/+2
* Fix the way we call strip on DLLsIan Lynagh2012-05-061-0/+4
* Enable and fix building dynlibs on Win64Ian Lynagh2012-05-051-1/+5
* Add linker support for ELF on ARMBen Gamari2012-03-301-1/+1
* Fix path to windres on Win64Ian Lynagh2012-03-161-0/+6
* Improve support for cross-compilationSimon Marlow2012-01-301-12/+37
* Enable llvm tool paths to be set with ./configureDavid Terei2012-01-101-0/+3
* Enable the threaded RTS when unregisterised too.Simon Marlow2012-01-061-6/+5
* HEAD now requires GHC >= 7.0 to bootstrapIan Lynagh2011-12-131-3/+0
* Use touchy rather than touch when building on WindowsIan Lynagh2011-12-021-0/+8
* Fixes for NetBSDIan Lynagh2011-11-251-0/+1
* Enable dynamic libraries on OSX amd64Ian Lynagh2011-10-251-5/+6
* FIX BUILD on OS X 10.5: Check whether ld understands -no_compact_unwindThorkil Naur2011-10-191-0/+4
* build registerised on ARM platform by defaultKarel Gardas2011-10-171-1/+1
* workaround for #5485: use -fno-full-laziness with 7.2.1Simon Marlow2011-10-051-0/+10
* fix GhcUnregisterised default, and add kfreebsdgnu to OsSupportsGhciSimon Marlow2011-09-061-8/+4
* Turn off lax dependencies by defaultIan Lynagh2011-08-301-7/+13
* By default, be lax about dependencies on GHCIan Lynagh2011-08-281-0/+11
* ARMv5 compatibility for registerized runtime changes.Stephen Blackheath2011-08-101-1/+1
* Stephen Blackheath's GHC/ARM registerised portKarel Gardas2011-08-101-2/+2
* Update to work with Alex 3.0: basically disabling Alex's new UnicodeSimon Marlow2011-08-051-0/+7
* Fix gcc 4.6 warnings; fixes #5176Ian Lynagh2011-06-251-0/+1
* Move more commands into the settings fileIan Lynagh2011-06-221-5/+0
* Tweak some makefile codeIan Lynagh2011-06-121-2/+2
* Do not enable -XGenerics when building the optimized libs.Jose Pedro Magalhaes2011-05-051-6/+1
* Remove unused hasktags configure checkDavid Terei2011-05-041-2/+0
* Add ar location and details to settings fileIan Lynagh2011-04-291-3/+3
* Add stage-specific AS variables to the build systemIan Lynagh2011-04-291-0/+5
* Get CC_STAGE0 from the bootstrapping compilerIan Lynagh2011-04-231-1/+1
* Add stage-specific versions of more ar-related makefile varsIan Lynagh2011-04-231-0/+12
* Remove unused ArSupportsInput makefile varIan Lynagh2011-04-231-1/+0
* Remove now-unused BASH makefile variableIan Lynagh2011-04-231-3/+0
* Make and use AR_STAGE[0123] makefile varsIan Lynagh2011-04-231-0/+6
* Remove unused makefile variable PREPROCESSCMDIan Lynagh2011-04-231-1/+0
* Make stage-specific CC variablesIan Lynagh2011-04-231-0/+4
* Remove UseGcc makefile varIan Lynagh2011-04-221-7/+2
* Remove HaveGcc (it was always YES)Ian Lynagh2011-04-221-3/+0
* Change the way module initialisation is done (#3252, #4417)Simon Marlow2011-04-121-0/+4
* Flag for defaulting the codegen GhcStageXDefaultNewCodegen.Edward Z. Yang2011-04-111-0/+10
* - disable shared lib support on Solaris 10 and older (fixes #4973)Karel Gardas2011-04-081-4/+9
* Remove dead code, now that -fvia-c is a no-opIan Lynagh2011-04-041-2/+0
* Fix the build on Windows (disable hsc2hs --cross-safe)Ian Lynagh2011-03-261-0/+5
* Document new hsc2hs flags, and use the --cross-safe flag when we're compilingIan Lynagh2011-03-231-0/+1
* Turn off split objects on Darwin if XCode < 3.2 (#4013)Ian Lynagh2011-02-251-0/+2
* Reenable object splitting on Darwin, now #4013 appears to be fixedIan Lynagh2011-02-191-2/+1
* Use DTrace whenever it's availableIan Lynagh2011-02-101-3/+1
* Keep separate linker flags, for when we want to link with gcc or ldIan Lynagh2011-01-241-3/+6
* Add OSTYPE build-system variable, and use itsimonpj@microsoft.com2011-01-131-3/+5
* Turn off dtrace unless you override USE_DTRACEIan Lynagh2011-01-161-0/+3
* Build system improvementsIan Lynagh2011-01-151-2/+0