From 5c35bb0e734c1d60f09e3a6182de1da03266086d Mon Sep 17 00:00:00 2001 From: David Betz Date: Tue, 22 Dec 2015 07:17:30 -0500 Subject: [PATCH] Switch to a newer version of MinGW. --- Makefile | 4 ++-- PropellerCompiler/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index f7e1534..622370a 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ # possible targets are: win32, rpi ifeq ($(CROSS),win32) - CC=i586-mingw32msvc-gcc - CXX=i586-mingw32msvc-g++ + CC=i686-w64-mingw32-gcc + CXX=i686-w64-mingw32-g++ EXT=.exe BUILD=./build-win32 else ifeq ($(CROSS),rpi) diff --git a/PropellerCompiler/Makefile b/PropellerCompiler/Makefile index 2687229..0eb33a8 100644 --- a/PropellerCompiler/Makefile +++ b/PropellerCompiler/Makefile @@ -3,8 +3,8 @@ # possible targets are: win32, rpi ifeq ($(CROSS),win32) - CC=i586-mingw32msvc-gcc - CXX=i586-mingw32msvc-g++ + CC=i686-w64-mingw32-gcc + CXX=i686-w64-mingw32-g++ EXT=.exe BUILD=./build-win32 else ifeq ($(CROSS),rpi)