Rename "GCC command" to "C compiler command"
authorIan Lynagh <igloo@earth.li>
Sat, 23 Apr 2011 20:43:25 +0000 (21:43 +0100)
committerIan Lynagh <igloo@earth.li>
Sat, 23 Apr 2011 20:43:25 +0000 (21:43 +0100)
Makes it consistent with the existing "C compiler flags"
field.

compiler/main/SysTools.lhs
configure.ac
settings.in

index 656ece1..2529dbf 100644 (file)
@@ -181,7 +181,7 @@ initSysTools mbMinusB
         -- with the settings file, but it would be a little fiddly
         -- to make that possible, so for now you can't.
         ; gcc_prog <- if isWindowsHost then return $ installed_mingw_bin "gcc"
-                                       else getSetting "GCC command"
+                                       else getSetting "C compiler command"
         ; perl_path <- if isWindowsHost
                        then return $ installed_perl_bin "perl"
                        else getSetting "perl command"
index b126d1e..9278126 100644 (file)
@@ -133,7 +133,7 @@ if test "$WithGhc" != ""; then
   if test $GhcCanonVersion -ge 613; then ghc_ge_613=YES; else ghc_ge_613=NO; fi
   AC_SUBST(ghc_ge_613)dnl
 
-  BOOTSTRAPPING_GHC_INFO_FIELD([CC_STAGE0],[GCC command],['$(CC)'])
+  BOOTSTRAPPING_GHC_INFO_FIELD([CC_STAGE0],[C compiler command],['$(CC)'])
 fi
 
 dnl ** Must have GHC to build GHC, unless --enable-hc-boot is on
index 0c1c87a..5227345 100644 (file)
@@ -1,4 +1,4 @@
 [("GCC extra via C opts", "@GccExtraViaCOpts@"),
- ("GCC command", "@WhatGccIsCalled@"),
+ ("C compiler command", "@WhatGccIsCalled@"),
  ("perl command", "@WhatGccIsCalled@")]