Remove cruft.
This commit is contained in:
parent
7e4c06c2e1
commit
4350fd40d5
@ -2,18 +2,12 @@ UNAME_S = $(shell uname -s)
|
|||||||
|
|
||||||
ifneq (,$(findstring MINGW,$(UNAME_S)))
|
ifneq (,$(findstring MINGW,$(UNAME_S)))
|
||||||
# MSYS/MINGW environment
|
# MSYS/MINGW environment
|
||||||
|
|
||||||
# Native Win32 toolchain
|
|
||||||
CC = mingw32-gcc
|
CC = mingw32-gcc
|
||||||
CXX = mingw32-g++
|
CXX = mingw32-g++
|
||||||
|
|
||||||
else ifneq (,$(findstring CYGWIN,$(UNAME_S)))
|
else ifneq (,$(findstring CYGWIN,$(UNAME_S)))
|
||||||
# Cygwin environment
|
# Cygwin environment
|
||||||
|
|
||||||
# Native Win32 toolchain
|
|
||||||
CC = i686-pc-mingw32-gcc
|
CC = i686-pc-mingw32-gcc
|
||||||
CXX = i686-pc-mingw32-g++
|
CXX = i686-pc-mingw32-g++
|
||||||
|
|
||||||
else
|
else
|
||||||
$(error Could not detect CYGWIN or MSYS/MINGW environment)
|
$(error Could not detect CYGWIN or MSYS/MINGW environment)
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user