summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-05-12 09:18:05 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-05-12 09:18:05 +0200
commit6443dc4e4e62b7106314d39160545a00cd4ec0e3 (patch)
treed3d5dc5e7f5015140e77f41c76e36f340e6d1489
parent322028a0e81c60296ce0ed7b0beef0737db0428c (diff)
Upgrading compiler.
-rw-r--r--Makefile.mingw328
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.mingw32 b/Makefile.mingw32
index 3695f48..653bd2e 100644
--- a/Makefile.mingw32
+++ b/Makefile.mingw32
@@ -19,10 +19,10 @@ CXX = i686-pc-mingw32-g++
LD = i686-pc-mingw32-g++
STRIP = i686-pc-mingw32-strip --strip-unneeded
else
-CC = i586-mingw32msvc-gcc
-CXX = i586-mingw32msvc-g++
-LD = i586-mingw32msvc-g++
-STRIP = i586-mingw32msvc-strip --strip-unneeded
+CC = i686-w64-mingw32-gcc
+CXX = i686-w64-mingw32-g++
+LD = i686-w64-mingw32-g++
+STRIP = i686-w64-mingw32-strip --strip-unneeded
endif
endif
endif