summaryrefslogtreecommitdiff
path: root/settings.in
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-04-23 21:43:25 +0100
committerIan Lynagh <igloo@earth.li>2011-04-23 21:43:25 +0100
commit3e401d7b2fe29713c11824542422fdce93f4890c (patch)
tree67a46f38a602856331b364b2b47591a546ad9bf8 /settings.in
parentb8c25820084a46b1239ad7d87bee6391dd5c1017 (diff)
downloadhaskell-3e401d7b2fe29713c11824542422fdce93f4890c.tar.gz
Rename "GCC command" to "C compiler command"
Makes it consistent with the existing "C compiler flags" field.
Diffstat (limited to 'settings.in')
-rw-r--r--settings.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.in b/settings.in
index 0c1c87ac98..522734575a 100644
--- a/settings.in
+++ b/settings.in
@@ -1,4 +1,4 @@
[("GCC extra via C opts", "@GccExtraViaCOpts@"),
- ("GCC command", "@WhatGccIsCalled@"),
+ ("C compiler command", "@WhatGccIsCalled@"),
("perl command", "@WhatGccIsCalled@")]