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:
parent
fb17410f60
commit
671fad006d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue