From: rrt Date: Fri, 6 Jul 2001 14:15:50 +0000 (+0000) Subject: [project @ 2001-07-06 14:15:50 by rrt] X-Git-Tag: Approximately_9120_patches~1604 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f1c15287d9be232e5357a4ef7cd32e938e896b2d;p=ghc-hetmet.git [project @ 2001-07-06 14:15:50 by rrt] lib/gcc-lib -> gcc-lib --- diff --git a/ghc/compiler/main/SysTools.lhs b/ghc/compiler/main/SysTools.lhs index 33ac91c..dc25ca8 100644 --- a/ghc/compiler/main/SysTools.lhs +++ b/ghc/compiler/main/SysTools.lhs @@ -245,9 +245,8 @@ initSysTools minusB_args -- pick up whatever happens to be lying around in the path, -- possibly including those from a cygwin install on the target, -- which is exactly what we're trying to avoid. - ; let gcc_path | am_installed = installed_bin ("gcc -B" ++ installed "lib/gcc-lib/" - ++ " -I" ++ installed "include/w32api:" - ++ installed "include/mingw") + ; let gcc_path | am_installed = installed_bin ("gcc -B" ++ installed "gcc-lib/" + ++ " -I" ++ installed "include/mingw") | otherwise = cGCC perl_path | am_installed = installed_bin cGHC_PERL | otherwise = cGHC_PERL