mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 04:38:59 +00:00
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 <liuhaitao@xiaomi.com>
This commit is contained in:
parent
e7b3635a2a
commit
bcfb45dfa0
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue