Home
last modified time | relevance | path

Searched refs:LIBGCC (Results 1 – 4 of 4) sorted by relevance

/linux/arch/openrisc/
H A DMakefile21 LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name) macro
58 libs-y += $(LIBGCC)
/linux/arch/parisc/
H A DMakefile119 LIBGCC := $(shell $(CC) -print-libgcc-file-name) macro
120 export LIBGCC
122 libs-y += arch/parisc/lib/ $(LIBGCC)
/linux/tools/testing/selftests/nolibc/
H A DMakefile.nolibc
/linux/arch/nios2/
H A DMakefile22 LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) $(KCFLAGS) -print-libgcc-file-name) macro