Searched defs:shared (Results 1 - 6 of 6) sorted by relevance

/build/core/combo/
H A DHOST_darwin-x86.mk78 ## Macros after this line are shared by the 64-bit config.
82 define transform-host-o-to-shared-lib-inner
H A DTARGET_linux-arm64.mk111 -Wl,--warn-shared-textrel \
161 define transform-o-to-shared-lib-inner
165 $(if $(filter true,$(PRIVATE_CLANG)),-shared,-Wl,-shared) \
H A DTARGET_linux-mips64.mk107 -Wl,--warn-shared-textrel \
171 define transform-o-to-shared-lib-inner
175 $(if $(filter true,$(PRIVATE_CLANG)),-shared,-Wl,-shared) \
H A DTARGET_linux-x86_64.mk129 TARGET_GLOBAL_LDFLAGS += -Wl,--warn-shared-textrel
153 define transform-o-to-shared-lib-inner
157 $(if $(filter true,$(PRIVATE_CLANG)),-shared,-Wl,-shared) \
/build/core/
H A Dmain.mk589 # Otherwise if the module is an exectuable or shared library,
631 # Establish the dependecies on the shared libraries.
632 # It also adds the shared library module names to ALL_MODULES.$(m).REQUIRED,
636 define resolve-shared-libs-depes
648 $(call resolve-shared-libs-depes,TARGET_)
650 $(call resolve-shared-libs-depes,TARGET_,true)
652 $(call resolve-shared-libs-depes,HOST_)
654 $(call resolve-shared-libs-depes,HOST_,true)
H A Ddefinitions.mk84 # Target and host installed module's dependencies on shared libraries.
881 $(hide) $(BCC_COMPAT) -O3 -o $(dir $@)/$(notdir $(<:.bc=.o)) -fPIC -shared \
883 $(hide) $(PRIVATE_CXX) -shared -Wl,-soname,$(notdir $@) -nostdlib \
1249 ## Commands for running gcc to link a shared library or package
1255 define transform-host-o-to-shared-lib-inner
1259 -shared -Wl,-soname,$(notdir $@) \
1278 define transform-host-o-to-shared-lib
1281 $(transform-host-o-to-shared-lib-inner)
1287 $(transform-host-o-to-shared-lib-inner)
1292 ## Commands for running gcc to link a shared librar
[all...]

Completed in 827 milliseconds