Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable llvm tool paths to be set with ./configure | David Terei | 2012-01-10 | 1 | -1/+3 |
| | | | | Patch from Karel Gardas! | ||||
* | Store the word size as determined by configure, in the settings file (#5735) | Simon Marlow | 2012-01-04 | 1 | -0/+1 |
| | | | | | Now target32bit works for all targets without any manual intervention, as it should do. #5735 was a portability regression. | ||||
* | Detect cases where as(1) doesn't recognise .ident directive (#5408) | PHO | 2011-12-08 | 1 | -0/+1 |
| | | | | .ident directives are usually ignored by as(1), and in some cases (like Darwin/PPC) they even raise an error. | ||||
* | Convert the HAVE_GNU_NONEXEC_STACK conditional into Haskell | Ian Lynagh | 2011-10-19 | 1 | -0/+1 |
| | |||||
* | Add "have subsections via symbols" to the Platform type | Ian Lynagh | 2011-10-19 | 1 | -1/+2 |
| | |||||
* | Put the target platform in the settings file | Ian Lynagh | 2011-10-19 | 1 | -1/+4 |
| | |||||
* | Move more commands into the settings file | Ian Lynagh | 2011-06-22 | 1 | -1/+4 |
| | |||||
* | Move some Windows special-casing out of the compiler | Ian Lynagh | 2011-06-22 | 1 | -2/+2 |
| | | | | | | This is a little cleaner, and removes a barrier to cross-compiling to/from Windows. There are a few more tools that still need to be handled in the same way. | ||||
* | Add ar location and details to settings file | Ian Lynagh | 2011-04-29 | 1 | -0/+3 |
| | |||||
* | Add "C compiler flags" to settings file | Ian Lynagh | 2011-04-29 | 1 | -0/+1 |
| | | | | | | I've made cpp_args include gcc_args. It effectively didn't before, but seeing as gcc_args sometimes has -D flags in, I think doing so is the right thing to do. | ||||
* | "perl command" should be perl, not gcc! | Ian Lynagh | 2011-04-23 | 1 | -1/+1 |
| | |||||
* | Rename "GCC command" to "C compiler command" | Ian Lynagh | 2011-04-23 | 1 | -1/+1 |
| | | | | | Makes it consistent with the existing "C compiler flags" field. | ||||
* | Move gcc's and perl's location to the settings file | Ian Lynagh | 2011-04-22 | 1 | -1/+3 |
| | | | | They were hardcoded in Config.hs | ||||
* | Rename "extra-gcc-opts" to "settings", and start generalising it | Ian Lynagh | 2011-04-21 | 1 | -0/+2 |