Update the default names of the MinGW tools.
authorH. Peter Anvin <hpa@zytor.com>
Fri, 27 Apr 2007 00:39:27 +0000 (17:39 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 27 Apr 2007 00:39:27 +0000 (17:39 -0700)
win32/Makefile

index c811a5c..6130e29 100644 (file)
@@ -31,9 +31,9 @@ WINCC       = gcc
 WINAR      = ar
 WINRANLIB   = ranlib
 else
-WINCC       = mingw-gcc
-WINAR      = mingw-ar
-WINRANLIB   = mingw-ranlib
+WINCC       = i386-mingw32-gcc
+WINAR      = i386-mingw32-ar
+WINRANLIB   = i386-mingw32-ranlib
 endif
 
 WINCFLAGS   = -W -Wall -Wno-sign-compare -Os -fomit-frame-pointer -D_FILE_OFFSET_BITS=64