From a5f2c6bd1ce1e04afe77e7c4f95b2a3e7c31ee8d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 7 Feb 2014 10:14:11 -0600 Subject: [PATCH] More changes to restore the native Windows build --- configs/olimex-stm32-p107/nsh/Make.defs | 1 - 1 file changed, 1 deletion(-) diff --git a/configs/olimex-stm32-p107/nsh/Make.defs b/configs/olimex-stm32-p107/nsh/Make.defs index e5c95641e8b..bcd79c4dec4 100644 --- a/configs/olimex-stm32-p107/nsh/Make.defs +++ b/configs/olimex-stm32-p107/nsh/Make.defs @@ -51,7 +51,6 @@ ifeq ($(CONFIG_WINDOWS_NATIVE),y) ARCHINCLUDES = -I. -isystem $(TOPDIR)\include ARCHXXINCLUDES = -I. -isystem $(TOPDIR)\include -isystem $(TOPDIR)\include\cxx ARCHSCRIPT = -T$(TOPDIR)\configs\$(CONFIG_ARCH_BOARD)\scripts\$(LDSCRIPT) - DELIM := $(strip /) else ifeq ($(WINTOOL),y) # Windows-native toolchains