OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIBGCC_EH
(Results
1 - 2
of
2
) sorted by null
/build/core/combo/
TARGET_linux-mips64.mk
147
LIBGCC_EH
:= $(shell $(TARGET_CC) $(TARGET_GLOBAL_CFLAGS) -print-file-name=
libgcc_eh
.a)
148
ifneq ($(
LIBGCC_EH
),
libgcc_eh
.a)
149
TARGET_LIBGCC += $(
LIBGCC_EH
)
TARGET_linux-mips.mk
141
LIBGCC_EH
:= $(shell $($(combo_2nd_arch_prefix)TARGET_CC) $($(combo_2nd_arch_prefix)TARGET_GLOBAL_CFLAGS) -print-file-name=
libgcc_eh
.a)
142
ifneq ($(
LIBGCC_EH
),
libgcc_eh
.a)
143
$(combo_2nd_arch_prefix)TARGET_LIBGCC += $(
LIBGCC_EH
)
Completed in 2824 milliseconds