Searched full:ldxx (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/ |
D | build_handwritten.yaml | 28 LDXX: clang++ 40 LDXX: clang++ 52 LDXX: clang++ 71 LDXX: g++ 96 LDXX: clang++ 115 LDXX: clang++ 127 LDXX: clang++
|
D | Rakefile | 131 env_comp += "LDXX=#{opt[:cross]}-g++ "
|
/aosp_15_r20/external/grpc-grpc/ |
H A D | build_handwritten.yaml | 28 LDXX: clang++ 40 LDXX: clang++ 52 LDXX: clang++ 71 LDXX: g++ 96 LDXX: clang++ 115 LDXX: clang++ 127 LDXX: clang++
|
H A D | Makefile | 228 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 D | Rakefile | 130 env_comp += "LDXX=#{opt[:cross]}-g++ "
|
/aosp_15_r20/external/grpc-grpc/templates/ |
H A D | Makefile.template | 208 % 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 D | extconf.rb | 86 ENV['LDXX'] = ENV['CXX'] if env_unset?('LDXX')
|