| Commit message (Expand) | Author | Age | Files | Lines |
* | The patch fixes recognition of 'softfloat' targets as valid: | Sergei Trofimovich | 2011-06-26 | 1 | -0/+3 |
* | Fix gcc 4.6 warnings; fixes #5176 | Ian Lynagh | 2011-06-25 | 1 | -1/+4 |
* | Fix path to touch on Windows | Ian Lynagh | 2011-06-23 | 1 | -1/+1 |
* | Share more code between configure.ac and distrib/configure.ac.in | Ian Lynagh | 2011-06-22 | 1 | -0/+52 |
* | fix path to ghc-pwd | Simon Marlow | 2011-06-06 | 1 | -1/+1 |
* | Remove unused hasktags configure check | David Terei | 2011-05-04 | 1 | -12/+0 |
* | Use "true" rather than ":" for RANLIB, where we don't have ranlib | Ian Lynagh | 2011-04-29 | 1 | -2/+2 |
* | Move the machdepCCOpts flags into cCcOpts | Ian Lynagh | 2011-04-29 | 1 | -0/+15 |
* | Get CC_STAGE0 from the bootstrapping compiler | Ian Lynagh | 2011-04-23 | 1 | -0/+15 |
* | Remove unused ArSupportsInput makefile var | Ian Lynagh | 2011-04-23 | 1 | -26/+0 |
* | Rename FP_HAVE_GCC to FP_GCC_VERSION | Ian Lynagh | 2011-04-22 | 1 | -4/+4 |
* | Remove HaveGcc (it was always YES) | Ian Lynagh | 2011-04-22 | 1 | -19/+11 |
* | Remove redundant tests for whether we're in a GHC tree | Ian Lynagh | 2011-04-22 | 1 | -1/+1 |
* | fix documentation of FP_ARG_WITH_PATH_GNU_PROG | Mark Lentczner | 2011-04-22 | 1 | -2/+2 |
* | do not use sed for version date processing but rather cut and tr | Matthias Kilian | 2011-04-20 | 1 | -1/+1 |
* | Now that -fvia-C is gone, we don't need -march=i686 on i386 Darwin | Ian Lynagh | 2011-04-13 | 1 | -7/+3 |
* | Change the way module initialisation is done (#3252, #4417) | Simon Marlow | 2011-04-12 | 1 | -0/+25 |
* | Remove dead code, now that -fvia-c is a no-op | Ian Lynagh | 2011-04-04 | 1 | -27/+0 |
* | Stop explicitly asking for 10.5 support on OS X; fixes #5011 | Ian Lynagh | 2011-03-13 | 1 | -10/+0 |
* | configure: triplet: accept i486 CPU (and more), more vendors and OSes | Sergei Trofimovich | 2011-03-01 | 1 | -2/+13 |
* | 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 |