X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fmain%2FSysTools.lhs;h=2529dbff48bfb8af923cd97b3bab0150e9911410;hb=93b6e53272695a66d97bd2672dd366797176d5c5;hp=656ece18b21c6654e961194c880e46ceeabd5c12;hpb=33514c22d560184cd1f32f4e60197b477be91dc2;p=ghc-hetmet.git diff --git a/compiler/main/SysTools.lhs b/compiler/main/SysTools.lhs index 656ece1..2529dbf 100644 --- a/compiler/main/SysTools.lhs +++ b/compiler/main/SysTools.lhs @@ -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"