From: H. Peter Anvin Date: Fri, 27 Apr 2007 00:39:27 +0000 (-0700) Subject: Update the default names of the MinGW tools. X-Git-Tag: syslinux-3.50-pre7~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8657b2a17cbd8456f6fca36f370cdf4fbfd012ef;p=platform%2Fupstream%2Fsyslinux.git Update the default names of the MinGW tools. --- diff --git a/win32/Makefile b/win32/Makefile index c811a5c..6130e29 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -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