mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 13:18:50 +08:00
3e605c1f46
makefile: ifeq ($(CONFIG_BUILTIN_TOOLCHAIN),y) COMPILER_RT_LIB = $(shell $(CC) $(ARCHCPUFLAGS) --print-libgcc-file-name) ifeq ($(CONFIG_ARCH_TOOLCHAIN_CLANG),y) ifeq ($(wildcard $(COMPILER_RT_LIB)),) # if "--print-libgcc-file-name" unable to find the correct libgcc PATH # then go ahead and try "--print-file-name" COMPILER_RT_LIB := $(wildcard $(shell $(CC) $(ARCHCPUFLAGS) --print-file-name $(notdir $(COMPILER_RT_LIB)))) endif endif endif Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com> |
||
---|---|---|
.. | ||
arm | ||
arm64 | ||
avr | ||
ceva | ||
dummy | ||
hc | ||
mips | ||
misoc | ||
or1k | ||
renesas | ||
risc-v | ||
sim | ||
sparc | ||
tricore | ||
x86 | ||
x86_64 | ||
xtensa | ||
z16 | ||
z80 | ||
CMakeLists.txt | ||
Kconfig |