mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 05:53:49 +01:00
This fixes issues with `make compile-commands`, as this by default generates clangd/LLVM compatible flags. Without `TARGET_ARCH_LLVM` exported, this will fall back to `TARGET_ARCH`, which is different for LLVM and GCC.