1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 00:09:46 +01:00
RIOT/makefiles/arch
Marian Buschsieweke 287280f882
makefiles/arch/riscv.inc.mk: Always provide TARGET_ARCH_LLVM
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.
2023-12-05 11:03:01 +01:00
..
avr8.inc.mk makefiles/toolchain: Fix incorrect assumptions on address space layout 2023-05-08 15:42:40 +02:00
cortexm.inc.mk makefiles/arch/cortexm.inc.mk: fix ASMFLAGS 2022-11-11 23:11:07 +01:00
msp430.inc.mk Merge #19733 #19747 #19769 #19782 2023-07-04 18:43:26 +00:00
riscv.inc.mk makefiles/arch/riscv.inc.mk: Always provide TARGET_ARCH_LLVM 2023-12-05 11:03:01 +01:00