1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/makefiles/libc
Marian Buschsieweke 0077e9ad70
makefiles/libc: fix wchar_t size warnings on LLVM
The test for the requirement of disabling wchar_t size warnings assumed
that $(CC) is used for linking, instead of $(LINK). With GCC $(LINK)
and $(CC) happen to be (in most cases) identical, but with LLVM they
are not. This results in issues with compiling with LLVM.
2022-11-07 15:02:03 +01:00
..
newlib.mk makefiles/libc: fix wchar_t size warnings on LLVM 2022-11-07 15:02:03 +01:00
picolibc.mk makefiles/libc: fix wchar_t size warnings on LLVM 2022-11-07 15:02:03 +01:00