summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2007-04-26 17:39:27 -0700
committerH. Peter Anvin <hpa@zytor.com>2007-04-26 17:39:27 -0700
commit8657b2a17cbd8456f6fca36f370cdf4fbfd012ef (patch)
treea8fc5a7ab8a93a24f25c1261dade12699e11ca3a /win32
parent9d52911c8a2f64be73348ca60ffb8fba693b3411 (diff)
downloadsyslinux-8657b2a17cbd8456f6fca36f370cdf4fbfd012ef.tar.gz
Update the default names of the MinGW tools.
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/win32/Makefile b/win32/Makefile
index c811a5c2..6130e29a 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