Rename "GCC command" to "C compiler command"
[ghc-hetmet.git] / compiler / main / SysTools.lhs
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"