1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/makefiles/toolchain
Marian Buschsieweke 33442fdb71
makefiles/toolchain/llvm.inc.mk: fix include headers
With GCC, the C++ compiler knows all builtin C include paths *and*
all builtin C++ include paths, but the C compiler only knows the
C include paths. Hence, let's use the C++ compiler to collect
the include paths.
2023-07-18 12:24:07 +02:00
..
afl.inc.mk makefiles/toolchain: don't export all variables 2020-06-24 11:00:54 +02:00
gnu.inc.mk makefiles/toolchain/gnu.inc.mk: fix compilation 2023-06-03 20:10:56 +02:00
llvm.inc.mk makefiles/toolchain/llvm.inc.mk: fix include headers 2023-07-18 12:24:07 +02:00