Home
last modified time | relevance | path

Searched full:ldxx (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/
Dbuild_handwritten.yaml28 LDXX: clang++
40 LDXX: clang++
52 LDXX: clang++
71 LDXX: g++
96 LDXX: clang++
115 LDXX: clang++
127 LDXX: clang++
DRakefile131 env_comp += "LDXX=#{opt[:cross]}-g++ "
/aosp_15_r20/external/grpc-grpc/
H A Dbuild_handwritten.yaml28 LDXX: clang++
40 LDXX: clang++
52 LDXX: clang++
71 LDXX: g++
96 LDXX: clang++
115 LDXX: clang++
127 LDXX: clang++
H A DMakefile228 LDXX ?= $(LDXX_$(CONFIG)) macro
279 HOST_LDXX ?= $(LDXX)
345 # Set CC, CXX, LD, LDXX, AR, and STRIP to the cross-compiling binaries
1830 …$(Q) $(LDXX) $(LDFLAGS) -L$(LIBDIR)/$(CONFIG) -shared -Wl,--output-def=$(LIBDIR)/$(CONFIG)/grpc$(S…
1836 …$(Q) $(LDXX) $(LDFLAGS) -L$(LIBDIR)/$(CONFIG) -install_name $(SHARED_PREFIX)grpc$(SHARED_VERSION_C…
1838 …$(Q) $(LDXX) $(LDFLAGS) -L$(LIBDIR)/$(CONFIG) -shared -Wl,-soname,libgrpc.so.40 -o $(LIBDIR)/$(CON…
H A DRakefile130 env_comp += "LDXX=#{opt[:cross]}-g++ "
/aosp_15_r20/external/grpc-grpc/templates/
H A DMakefile.template208 % for tool, default in [('CC', 'CC'), ('CXX', 'CXX'), ('LD', 'CC'), ('LDXX', 'CXX')]:
246 LDXX ?= $(LDXX_$(CONFIG))
297 HOST_LDXX ?= $(LDXX)
364 # Set CC, CXX, LD, LDXX, AR, and STRIP to the cross-compiling binaries
841 ld = '$(LDXX)'
/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/
H A Dextconf.rb86 ENV['LDXX'] = ENV['CXX'] if env_unset?('LDXX')