replace 4.7.3 with 4.9.2 mingw c++ compiler

Latest cygwin ships with 4.9.2 version of 64 bit mingw c++ compiler,
hence switching to that
This commit is contained in:
Arif Saikat 2015-09-10 14:16:35 -05:00
parent fb17410f60
commit 671fad006d
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ ln x86_64-w64-mingw32-dlltool.exe dlltool
ln x86_64-w64-mingw32-dllwrap.exe dllwrap
ln x86_64-w64-mingw32-elfedit.exe elfedit
ln x86_64-w64-mingw32-g++.exe g++
ln x86_64-w64-mingw32-gcc-4.7.3.exe gcc-4.7.3
ln x86_64-w64-mingw32-gcc-4.9.2.exe gcc-4.7.3
ln x86_64-w64-mingw32-gcc-ar.exe gcc-ar
ln x86_64-w64-mingw32-gcc-nm.exe gcc-nm
ln x86_64-w64-mingw32-gcc-ranlib.exe gcc-ranlib