when invoking gcc, instead of the -B<dir> flag, use GCC_EXEC_PREFIX
authorSimon Marlow <simonmar@microsoft.com>
Thu, 8 Mar 2007 15:46:53 +0000 (15:46 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 8 Mar 2007 15:46:53 +0000 (15:46 +0000)
commita64842212caee26b992f32fbf451fad7edb17a18
tree324c13a1bc14a4315364616506e94f7187726a55
parentaee2068e034aca6ddaf6f20f85902137ecf718b7
when invoking gcc, instead of the -B<dir> flag, use GCC_EXEC_PREFIX
should hopefully fix/workaround #1110, but I haven't had a chance to
test it yet.
compiler/main/SysTools.lhs