Back out most of 34be3e7c3c and update README again. Windows native tools cannot be used with Ubuntu under Windows 10 now. For Cygwin, that support depends on the 'cygpath -w' tool to convert POSIX paths to Windows paths. There is no corresponding tool for Ubuntu under Windows 10.

This commit is contained in:
Gregory Nutt
2017-01-01 16:29:03 -06:00
parent f46bfeb1f8
commit 3a0413c048
14 changed files with 19 additions and 75 deletions
+1 -3
View File
@@ -1,7 +1,7 @@
############################################################################
# arch/misco/src/lm32/Toolchain.defs
#
# Copyright (C) 2016-2017 Gregory Nutt. All rights reserved.
# Copyright (C) 2016 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -100,7 +100,5 @@ ifeq ($(CONFIG_LM32_TOOLCHAIN),GNUW)
MAXOPTIMIZATION ?= -Os
ifeq ($(CONFIG_WINDOWS_CYGWIN),y)
WINTOOL = y
else ifeq ($(CONFIG_WINDOWS_UBUNTU),y)
WINTOOL = y
endif
endif