OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TARGET_LIBGCC
(Results
1 - 4
of
4
) sorted by null
/ndk/build/core/
default-build-commands.mk
43
# NOTE: Ensure that
TARGET_LIBGCC
is placed after all private objects
91
TARGET_LIBGCC
= $(shell $(TARGET_CC) -print-libgcc-file-name)
/build/core/combo/
TARGET_linux-arm.mk
175
TARGET_LIBGCC
:= $(shell $(TARGET_CC) $(TARGET_GLOBAL_CFLAGS) -print-libgcc-file-name)
289
$(
TARGET_LIBGCC
) \
307
$(
TARGET_LIBGCC
) \
TARGET_linux-sh.mk
86
TARGET_LIBGCC
:= $(LIBGCC_EH_FILENAME) $(LIBGCC_FILENAME)
160
$(
TARGET_LIBGCC
) \
176
$(
TARGET_LIBGCC
) \
TARGET_linux-x86.mk
58
TARGET_LIBGCC
:= \
206
$(
TARGET_LIBGCC
) \
221
$(
TARGET_LIBGCC
) \
Completed in 208 milliseconds