summaryrefslogtreecommitdiff
path: root/settings.in
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-04-29 14:56:31 +0100
committerIan Lynagh <igloo@earth.li>2011-04-29 14:56:31 +0100
commita8ea6721b0477d76ec00e5daa698a5cf9cb89600 (patch)
tree426f3e2098a3d603ea1e3742d28956a3e545f3a8 /settings.in
parent3d8e6f6b1910080defad4ab2687255eb6e6df34b (diff)
downloadhaskell-a8ea6721b0477d76ec00e5daa698a5cf9cb89600.tar.gz
Add ar location and details to settings file
Diffstat (limited to 'settings.in')
-rw-r--r--settings.in3
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@")]