| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable dynamic libraries on OSX amd64 | Ian Lynagh | 2011-10-25 | 1 | -5/+6 |
* | FIX BUILD on OS X 10.5: Check whether ld understands -no_compact_unwind | Thorkil Naur | 2011-10-19 | 1 | -0/+4 |
* | build registerised on ARM platform by default | Karel Gardas | 2011-10-17 | 1 | -1/+1 |
* | workaround for #5485: use -fno-full-laziness with 7.2.1 | Simon Marlow | 2011-10-05 | 1 | -0/+10 |
* | fix GhcUnregisterised default, and add kfreebsdgnu to OsSupportsGhci | Simon Marlow | 2011-09-06 | 1 | -8/+4 |
* | Turn off lax dependencies by default | Ian Lynagh | 2011-08-30 | 1 | -7/+13 |
* | By default, be lax about dependencies on GHC | Ian Lynagh | 2011-08-28 | 1 | -0/+11 |
* | ARMv5 compatibility for registerized runtime changes. | Stephen Blackheath | 2011-08-10 | 1 | -1/+1 |
* | Stephen Blackheath's GHC/ARM registerised port | Karel Gardas | 2011-08-10 | 1 | -2/+2 |
* | Update to work with Alex 3.0: basically disabling Alex's new Unicode | Simon Marlow | 2011-08-05 | 1 | -0/+7 |
* | Fix gcc 4.6 warnings; fixes #5176 | Ian Lynagh | 2011-06-25 | 1 | -0/+1 |
* | Move more commands into the settings file | Ian Lynagh | 2011-06-22 | 1 | -5/+0 |
* | Tweak some makefile code | Ian Lynagh | 2011-06-12 | 1 | -2/+2 |
* | Do not enable -XGenerics when building the optimized libs. | Jose Pedro Magalhaes | 2011-05-05 | 1 | -6/+1 |
* | Remove unused hasktags configure check | David Terei | 2011-05-04 | 1 | -2/+0 |
* | Add ar location and details to settings file | Ian Lynagh | 2011-04-29 | 1 | -3/+3 |
* | Add stage-specific AS variables to the build system | Ian Lynagh | 2011-04-29 | 1 | -0/+5 |
* | Get CC_STAGE0 from the bootstrapping compiler | Ian Lynagh | 2011-04-23 | 1 | -1/+1 |
* | Add stage-specific versions of more ar-related makefile vars | Ian Lynagh | 2011-04-23 | 1 | -0/+12 |
* | Remove unused ArSupportsInput makefile var | Ian Lynagh | 2011-04-23 | 1 | -1/+0 |
* | Remove now-unused BASH makefile variable | Ian Lynagh | 2011-04-23 | 1 | -3/+0 |
* | Make and use AR_STAGE[0123] makefile vars | Ian Lynagh | 2011-04-23 | 1 | -0/+6 |
* | Remove unused makefile variable PREPROCESSCMD | Ian Lynagh | 2011-04-23 | 1 | -1/+0 |
* | Make stage-specific CC variables | Ian Lynagh | 2011-04-23 | 1 | -0/+4 |
* | Remove UseGcc makefile var | Ian Lynagh | 2011-04-22 | 1 | -7/+2 |
* | Remove HaveGcc (it was always YES) | Ian Lynagh | 2011-04-22 | 1 | -3/+0 |
* | Change the way module initialisation is done (#3252, #4417) | Simon Marlow | 2011-04-12 | 1 | -0/+4 |
* | Flag for defaulting the codegen GhcStageXDefaultNewCodegen. | Edward Z. Yang | 2011-04-11 | 1 | -0/+10 |
* | - disable shared lib support on Solaris 10 and older (fixes #4973) | Karel Gardas | 2011-04-08 | 1 | -4/+9 |
* | Remove dead code, now that -fvia-c is a no-op | Ian Lynagh | 2011-04-04 | 1 | -2/+0 |
* | Fix the build on Windows (disable hsc2hs --cross-safe) | Ian Lynagh | 2011-03-26 | 1 | -0/+5 |
* | Document new hsc2hs flags, and use the --cross-safe flag when we're compiling | Ian Lynagh | 2011-03-23 | 1 | -0/+1 |
* | Turn off split objects on Darwin if XCode < 3.2 (#4013) | Ian Lynagh | 2011-02-25 | 1 | -0/+2 |
* | Reenable object splitting on Darwin, now #4013 appears to be fixed | Ian Lynagh | 2011-02-19 | 1 | -2/+1 |
* | Use DTrace whenever it's available | Ian Lynagh | 2011-02-10 | 1 | -3/+1 |
* | Keep separate linker flags, for when we want to link with gcc or ld | Ian Lynagh | 2011-01-24 | 1 | -3/+6 |
* | Add OSTYPE build-system variable, and use it | simonpj@microsoft.com | 2011-01-13 | 1 | -3/+5 |
* | Turn off dtrace unless you override USE_DTRACE | Ian Lynagh | 2011-01-16 | 1 | -0/+3 |
* | Build system improvements | Ian Lynagh | 2011-01-15 | 1 | -2/+0 |
* | Drop a seven years old workaround for happy | Matthias Kilian | 2010-12-31 | 1 | -4/+0 |
* | Drop GhcWithLlvmCodeGen configuration bits | Matthias Kilian | 2010-12-19 | 1 | -3/+0 |
* | provide shared libraries support on i386-unknown-solaris2 platform | Karel Gardas | 2010-12-17 | 1 | -0/+1 |
* | comments on SRC_HC_OPTS (#4829) | Simon Marlow | 2010-12-14 | 1 | -0/+17 |
* | Remove dead code now that we require the bootstrapping compiler be >= 6.12 | Ian Lynagh | 2010-12-14 | 1 | -2/+0 |
* | Make CPPFLAGS variables, as well as CFLAGS and LDFLAGS | Ian Lynagh | 2010-12-07 | 1 | -0/+3 |
* | Always enable the archive-loading code | Ian Lynagh | 2010-11-27 | 1 | -6/+0 |
* | Remove an unused build system variable: GhcDir | Ian Lynagh | 2010-11-24 | 1 | -2/+0 |
* | Remove unused build system variable: GhcHasEditline | Ian Lynagh | 2010-11-24 | 1 | -3/+0 |
* | Remove unused variables from the build system: HBC, NHC, MKDEPENDHS | Ian Lynagh | 2010-11-24 | 1 | -8/+2 |
* | Remove references to Haskell 98 | Ian Lynagh | 2010-11-23 | 1 | -1/+0 |