WINTOOl should be selected only for Cygwin. MSYS and native should not have it.

This commit is contained in:
Gregory Nutt
2016-01-09 16:34:33 -06:00
parent 7231439290
commit 10001f8556
12 changed files with 30 additions and 30 deletions
+1 -1
View File
@@ -42,6 +42,6 @@
CONFIG_EZ80_TOOLCHAIN ?= ZDSII
ifneq ($(CONFIG_WINDOWS_NATIVE),y)
ifeq ($(CONFIG_WINDOWS_CYGWIN),y)
WINTOOL = y
endif
+1 -1
View File
@@ -67,7 +67,7 @@ endif
# SDCC toolchain under Windows/Cygwin
ifeq ($(CONFIG_AVR_TOOLCHAIN),SDCCWIN32)
ifneq ($(CONFIG_WINDOWS_NATIVE),y)
ifeq ($(CONFIG_WINDOWS_CYGWIN),y)
WINTOOL = y
endif
endif
+1 -1
View File
@@ -42,6 +42,6 @@
CONFIG_Z8_TOOLCHAIN ?= ZDSII
ifneq ($(CONFIG_WINDOWS_NATIVE),y)
ifeq ($(CONFIG_WINDOWS_CYGWIN),y)
WINTOOL = y
endif
+1 -1
View File
@@ -67,7 +67,7 @@ endif
# SDCC toolchain under Windows/Cygwin
ifeq ($(CONFIG_AVR_TOOLCHAIN),SDCCWIN32)
ifneq ($(CONFIG_WINDOWS_NATIVE),y)
ifeq ($(CONFIG_WINDOWS_CYGWIN),y)
WINTOOL = y
endif
endif