summaryrefslogtreecommitdiff
path: root/mk/config.mk.in
Commit message (Expand)AuthorAgeFilesLines
...
* Use $(TargetPlatformFull) instead of $(GlobalCrossCompilePrefix)Simon Marlow2013-02-181-1/+0
* Remove the MACOSX_DEPLOYMENT stuff; fixes #7559Ian Lynagh2013-02-171-21/+0
* Finish removing BootingFromHcIan Lynagh2013-02-171-4/+0
* Hardcode "BootingFromHc = NO" for nowIan Lynagh2013-02-171-1/+1
* Allow different customizations per cross targetGabor Greif2013-02-151-0/+1
* Fixes to the rts C flags for the debug waySimon Marlow2013-02-141-2/+2
* remove last vestiges of AlienScript, it is not used any moreGabor Greif2013-02-021-1/+0
* Tidy up cross-compilingSimon Marlow2013-01-171-11/+16
* Build system: Add ExtraMakefileSanityChecks for extra safetyIan Lynagh2013-01-111-0/+2
* Set DBLATEX_OPTS to -P 'filename.as.url=0' (fixes #7486)Ian Lynagh2013-01-041-0/+2
* Remove unused PYTHON in build systemIan Lynagh2012-11-301-1/+0
* Add configure option to use system provided libffi; fixes #5743Ian Lynagh2012-11-291-0/+7
* Unconditionally disable DYNAMIC_BY_DEFAULT for nowIan Lynagh2012-11-231-0/+4
* Enable GhcWithInterpreter when DYNAMIC_BY_DEFAULT is onIan Lynagh2012-11-231-1/+1
* Enable dynamic-by-default for unregisterised archesIan Lynagh2012-11-221-11/+11
* Remove unused FP_PROG_SORT / SortCmd / SORTIan Lynagh2012-11-131-1/+0
* Turn on -O2 for the RTS by defaultSimon Marlow2012-11-011-3/+5
* Make DYNAMIC_BY_DEFAULT=NO when GhcUnregisterisedSimon Marlow2012-10-301-2/+11
* Set V = 1 by default, and add info about turning it off to build.mk.sampleIan Lynagh2012-10-211-0/+3
* Default to dynamic-by-default on OSX/64Ian Lynagh2012-10-141-1/+2
* Add a couple more RTS waysIan Lynagh2012-10-031-1/+1
* Build the dynamic way by default on Linux/amd64Ian Lynagh2012-10-031-0/+6
* v7.4.1 is required for building, so we can drop the v7.2.1 workaroundGabor Greif2012-08-291-10/+0
* Use the right arch name in the Windows installer filenameIan Lynagh2012-08-121-1/+1
* Add "Unregisterised" as a field in the settings fileIan Lynagh2012-08-071-11/+4
* Remove LD_X; it's no longer usedIan Lynagh2012-08-051-5/+0
* On Windows, detect if DLLs have too many symbols; trac #5987Ian Lynagh2012-06-291-0/+1
* Switch to using the 'rubenvb' mingw buildsIan Lynagh2012-06-171-3/+3
* 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