From bcfb45dfa00d44be5f71e557ced6dc1925a75c5c Mon Sep 17 00:00:00 2001 From: liuguo09 Date: Sun, 19 Jan 2020 21:29:21 +0800 Subject: [PATCH] tools/testbuild.sh: kconfig-tweak disable CONFIG_TOOLCHAIN_WINDOWS under linux host (#130) Make sure kconfig-tweak disables CONFIG_TOOLCHAIN_WINDOWS under linux host, or it would break the build when using testbuild.sh for some configs. Signed-off-by: liuhaitao --- tools/testbuild.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/testbuild.sh b/tools/testbuild.sh index d23ca89ebf0..ca4695d8f69 100755 --- a/tools/testbuild.sh +++ b/tools/testbuild.sh @@ -173,6 +173,8 @@ function configure { kconfig-tweak --file $nuttx/.config --enable CONFIG_HOST_LINUX kconfig-tweak --file $nuttx/.config --disable CONFIG_HOST_WINDOWS + kconfig-tweak --file $nuttx/.config --disable CONFIG_TOOLCHAIN_WINDOWS + kconfig-tweak --file $nuttx/.config --disable CONFIG_WINDOWS_NATIVE kconfig-tweak --file $nuttx/.config --disable CONFIG_WINDOWS_CYGWIN kconfig-tweak --file $nuttx/.config --disable CONFIG_WINDOWS_MSYS