| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix platform detection in bindists | Ian Lynagh | 2011-02-11 | 1 | -0/+77 |
* | Keep separate linker flags, for when we want to link with gcc or ld | Ian Lynagh | 2011-01-24 | 1 | -7/+11 |
* | Reinstate the OS X flags in the LDFLAGS etc variables | Ian Lynagh | 2011-01-17 | 1 | -9/+3 |
* | It's not clear if LDFLAGS flags will be given to gcc or ld, | Ian Lynagh | 2011-01-16 | 1 | -4/+14 |
* | Make CPPFLAGS variables, as well as CFLAGS and LDFLAGS | Ian Lynagh | 2010-12-07 | 1 | -1/+4 |
* | Add a configure message | Ian Lynagh | 2010-12-06 | 1 | -0/+2 |
* | Tell gcc to support back to OS X 10.5 | Ian Lynagh | 2010-12-03 | 1 | -0/+8 |
* | Tweak a configure test | Ian Lynagh | 2010-11-23 | 1 | -1/+1 |
* | Add a configure test for the visibility hidden attribute | Ian Lynagh | 2010-11-23 | 1 | -0/+18 |
* | For bindists, build ghc-pwd with stage 1 | Ian Lynagh | 2010-11-21 | 1 | -30/+36 |
* | configure.ac tweaks | Ian Lynagh | 2010-11-20 | 1 | -19/+45 |
* | Update to docbook 4.5; fixes trac #4447 | Ian Lynagh | 2010-11-14 | 1 | -4/+4 |
* | Don't use -march=i686 on powerpc-apple-darwin | Ian Lynagh | 2010-09-21 | 1 | -1/+1 |
* | Add some -no-user-package-conf flags | Ian Lynagh | 2010-09-02 | 1 | -1/+1 |
* | Set -fno-stack-protector in CONF_CC_OPTS_STAGE* rathre than extra-gcc-opts | Ian Lynagh | 2010-08-19 | 1 | -9/+9 |
* | Set -march=i686 on OS X x86 in the configure variables | Ian Lynagh | 2010-08-19 | 1 | -2/+6 |
* | fix FP_CHECK_ALIGNMENT for autoconf 2.66 (fixes #4252) | Ross Paterson | 2010-08-16 | 1 | -1/+1 |
* | Set -fno-stack-protector in extra-gcc-opts; fixes #4206 | Ian Lynagh | 2010-07-28 | 1 | -0/+9 |
* | Use different CC/LD options for different stages | Ian Lynagh | 2010-07-23 | 1 | -0/+18 |
* | Tweak the ghc-pkg finding code | Ian Lynagh | 2010-05-08 | 1 | -13/+13 |
* | Explicitly check whether ar supports the @file syntax | Ian Lynagh | 2010-03-29 | 1 | -0/+26 |
* | Quote the paths to alex and happy in configure | Ian Lynagh | 2010-03-25 | 1 | -2/+2 |
* | Quote the ar path in configure | Ian Lynagh | 2010-03-24 | 1 | -4/+4 |
* | Fix the build for non-GNU-ar | Ian Lynagh | 2010-03-24 | 1 | -0/+1 |
* | Fix more library links in the user guide | Ian Lynagh | 2010-02-23 | 1 | -3/+4 |
* | Fix the links to the base docs from the user guide | Ian Lynagh | 2010-02-23 | 1 | -0/+8 |
* | Allow GNU-standard --host, --build, --target configure options (#3637) | Simon Marlow | 2010-01-19 | 1 | -0/+92 |
* | Fix #3642: m GHC builds using the Haskell Platform | Simon Marlow | 2009-11-05 | 1 | -1/+2 |
* | Fix some bugs to do with tools in paths containing spaces | Simon Marlow | 2009-11-04 | 1 | -2/+2 |
* | Make a mingw tree from mingw tarballs | Ian Lynagh | 2009-10-23 | 1 | -36/+36 |
* | Remove FP_MINGW_GCC now that we use an in-tree gcc | Ian Lynagh | 2009-10-08 | 1 | -14/+0 |
* | Remove the windres configure check, now that we use an in-tree windres | Ian Lynagh | 2009-10-08 | 1 | -39/+0 |
* | Fix #3525 - we were still checking for ParsePkgConf.hs, which is gone | Simon Marlow | 2009-09-18 | 1 | -1/+1 |
* | Use -W, not -Werror, for gcc older than 3.4 | Matthias Kilian | 2009-08-26 | 1 | -0/+3 |
* | Bump Happy requirement from 1.15 to 1.16 | Simon Marlow | 2009-08-19 | 1 | -2/+2 |
* | FIX BUILD: Remove harmful dnls and identifier typo in aclocal.m4 | Alexander Dunlap | 2009-08-01 | 1 | -4/+4 |
* | Fix configure when alex/happy are installed to a directory containing spaces | Ian Lynagh | 2009-08-01 | 1 | -4/+4 |
* | Windows fixes to build system: use the 'find' and 'sort' found by configure | simonpj@microsoft.com | 2009-07-06 | 1 | -1/+1 |
* | rename cache variable to keep recent autoconfs happy | Ross Paterson | 2009-06-26 | 1 | -10/+10 |
* | Tighten up the DocBook XSL stylesheet test | Simon Marlow | 2009-06-03 | 1 | -9/+20 |
* | tidy up autoconfiguration of docbook stuff | Simon Marlow | 2009-06-02 | 1 | -15/+12 |
* | Move hasktags out of the GHC repo | Ian Lynagh | 2009-05-15 | 1 | -0/+12 |
* | remove old unused fop/dvips/xmltex stuff | Simon Marlow | 2009-05-13 | 1 | -27/+0 |
* | Handle deciding what docs to build better | Ian Lynagh | 2009-05-08 | 1 | -1/+14 |
* | Rename pwd to ghc-pwd | Ian Lynagh | 2009-05-07 | 1 | -7/+7 |
* | Simplify utils/pwd | Ian Lynagh | 2009-05-05 | 1 | -1/+1 |
* | Use haskeline, rather than editline, for line editing in ghci | Ian Lynagh | 2009-04-29 | 1 | -14/+0 |
* | require gcc 3.0+ (see #2770) | Simon Marlow | 2009-04-27 | 1 | -2/+5 |
* | Fix bootstrap with 6.10.1 on Windows | Simon Marlow | 2008-11-10 | 1 | -0/+3 |
* | On Windows, check that we have a good version of windres when configuring | Ian Lynagh | 2008-10-01 | 1 | -0/+40 |