summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-05-12 09:19:05 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-05-12 09:19:05 +0200
commit561f04219e7e08aedc06af8132eac9f1e38e8e26 (patch)
treead34bda3b0e7d93528fa853e0b9e0845f722b2eb
parentcd2621b6ff13db9e4a06454f2afc715ae1278e70 (diff)
Upgrading compiler.
-rw-r--r--Makefile.mingw328
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.mingw32 b/Makefile.mingw32
index 10b839e..529c164 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