zephyr/cmake
Sebastian Bøe f58e4e0e67 cmake: Fix zephyr-sdk's with a single toolchain
It used to be that zephyr-sdk's were always contained all toolchains,
but as of recently it is also possible to download partial toolchains.

This patch fixes an issue where it was assumed that the zephyr sdk
contained an x86 toolchain. Now we glob for all known toolchains.

Note that the toolchain discovered by generic.cmake can be any generic
toolchain and does not need to be the same that is discovered by
target.cmake.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2020-02-11 17:48:56 +02:00
..
app cmake: allow boards to have extra cmake parametes 2020-02-05 13:04:44 -06:00
backports
bintools
compiler arch: arm64: Support aarch64-gcc compiler 2020-02-01 08:08:43 -05:00
emu
flash
ide
linker/ld
makefile_exports
reports
toolchain cmake: Fix zephyr-sdk's with a single toolchain 2020-02-11 17:48:56 +02:00
usage
util
boards.cmake
ccache.cmake
cfb.cmake
dts.cmake cmake: pass extra dtc flags to python scripts 2020-02-05 13:04:44 -06:00
extensions.cmake
extra_flags.cmake
gcc-m-cpu.cmake arch: arm64: Support aarch64-gcc compiler 2020-02-01 08:08:43 -05:00
generic_toolchain.cmake cmake: Introduce optional Kconfig for toolchains 2020-01-29 12:22:31 -06:00
git.cmake
hex.cmake
host-tools.cmake cmake: Invoke west topdir only with version >= 0.7.1 2020-02-10 22:52:34 +01:00
kconfig.cmake cmake: Introduce optional Kconfig for toolchains 2020-01-29 12:22:31 -06:00
kobj.cmake
pristine.cmake
python.cmake
target_toolchain.cmake
version.cmake
zephyr_module.cmake