Add configuration support for builds with Ubuntu under Windows 10

This commit is contained in:
Gregory Nutt
2017-01-01 15:34:23 -06:00
parent eeab108a6c
commit 34be3e7c3c
18 changed files with 124 additions and 34 deletions
+7 -1
View File
@@ -60,7 +60,13 @@ config WINDOWS_CYGWIN
bool "Cygwin"
---help---
Build natively in a Cygwin environment with POSIX style paths (like
/cygdrive/c/cgywin/home)
/cygdrive/c/Program Files)
config WINDOWS_UBUNTU
bool "Ubuntu under Windows10"
---help---
Build natively in an Unbuntu shell under Windoes 10 environment with
POSIX style paths (like /mnt/c/Program Files)
config WINDOWS_MSYS
bool "MSYS"