Skip to content

Commit

Permalink
Switch to a newer version of MinGW.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Betz committed Dec 22, 2015
1 parent e4ecc86 commit 5c35bb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions PropellerCompiler/Makefile
Expand Up @@ -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)
Expand Down

0 comments on commit 5c35bb0

Please sign in to comment.