[cfe-commits] Support for gcc 4.5.2 on MSYS (MinGW shell)
Matthieu Monrocq
matthieu.monrocq at gmail.com
Sat Mar 5 06:47:18 PST 2011
Hello,
the enclosed patch adds support for gcc4.5.2 in mingw, supposing the msys
shell.
I was surprised to see that the path for MinGW is hard-coded to c:/MinGW
(which didn't work for me as I installed it on my d: drive....) and was
wondering if there was a more "universal" path to access MinGW.
Using msys I can access it thanks to /mingw, regardless of where it's
physically stored, which is much more pleasant... but I guess doesn't work
without msys.
If the paths are inconsistent between MinGW and msys, then I was wondering
if it would be suitable to add a Msys Triple ?
Anyway this patch adds gcc 4.5.2 in the list of paths to search, feel free
to mingwise the paths / remove the msys path if you feel like it.
Regards,
Matthieu.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110305/f2b6e31d/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: clang_add_mingw32_gcc452.diff
Type: application/octet-stream
Size: 859 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110305/f2b6e31d/attachment.obj>
More information about the cfe-commits
mailing list