diff options
author | Ian Lynagh <igloo@earth.li> | 2011-04-29 14:56:31 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-04-29 14:56:31 +0100 |
commit | a8ea6721b0477d76ec00e5daa698a5cf9cb89600 (patch) | |
tree | 426f3e2098a3d603ea1e3742d28956a3e545f3a8 /settings.in | |
parent | 3d8e6f6b1910080defad4ab2687255eb6e6df34b (diff) | |
download | haskell-a8ea6721b0477d76ec00e5daa698a5cf9cb89600.tar.gz |
Add ar location and details to settings file
Diffstat (limited to 'settings.in')
-rw-r--r-- | settings.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.in b/settings.in index 0d992a216f..5d4e1d3a76 100644 --- a/settings.in +++ b/settings.in @@ -1,5 +1,8 @@ [("GCC extra via C opts", "@GccExtraViaCOpts@"), ("C compiler command", "@WhatGccIsCalled@"), ("C compiler flags", "@CONF_CC_OPTS_STAGE2@"), + ("ar command", "@ArCmd@"), + ("ar flags", "@ArArgs@"), + ("ar supports at file", "@ArSupportsAtFile@"), ("perl command", "@PerlCmd@")] |