zephyr/cmake/toolchain
Daniel Leung 59b2163eeb cmake: toolchain/xt-clang: force assembler ID to GNU
xt-clang uses GNU Assembler (xt-as) based on binutils. However,
CMake doesn't recognize it when invoking through xt-clang. This
results in CMake going through all possible combinations of
command line arguments while invoking xt-clang to determine
assembler vendor. This multiple invocation of xt-clang
unnecessarily lengthens the CMake phase of build, especially
when xt-clang needs to obtain license information from remote
licensing servers. So here forces the assembler ID to be GNU to
speed things up a bit.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2024-10-31 09:26:00 -05:00
..
arcmwdt toolchain: arcmwdt: always enable TLS in case of CPP 2024-07-12 06:22:13 -04:00
armclang posix: timers: deprecate CONFIG_POSIX_CLOCK and TIMER 2024-06-04 16:27:12 -05:00
cross-compile kconfig: Add symbols for GNU C Extensions 2024-04-25 09:54:39 +00:00
espressif toolchain: esp32: fix cmake build issue with 'espressif' toolchain 2023-11-22 09:52:29 +01:00
gnuarmemb kconfig: Add symbols for GNU C Extensions 2024-04-25 09:54:39 +00:00
host kconfig: Add symbols for GNU C Extensions 2024-04-25 09:54:39 +00:00
llvm cmake: detect LLVM picolibc and newlib support 2024-10-04 16:34:35 +01:00
oneApi
xcc cmake: xcc: use xt-ld linker cmake code 2024-10-15 19:08:47 -04:00
xt-clang cmake: toolchain/xt-clang: force assembler ID to GNU 2024-10-31 09:26:00 -05:00
xtools
zephyr