Searched
full:ldflags (Results
451 -
475 of
1516) sorted by null
<<11121314151617181920>>
| /build/soong/cc/ |
| util.go | 73 ldFlags: strings.Join(in.LdFlags, " "),
|
| vendor_public_library.go | 120 flags.LdFlags = append(flags.LdFlags, linkerScriptFlag)
|
| /external/autotest/client/deps/glbench/src/ |
| Makefile | 95 $(CXX) $(CXXFLAGS) $(LDFLAGS) $^ -o $@ $(LDLIBS) $(PLATFORM_LIBS) 98 $(CXX) $(CXXFLAGS) $(LDFLAGS) $^ -o $@ $(LDLIBS) -lX11 -lrt
|
| /external/icu/icu4c/source/config/ |
| mh-darwin | 29 SHLIB.c= $(CC) -dynamiclib -dynamic $(CFLAGS) $(LDFLAGS) $(LD_SOOPTIONS) 30 SHLIB.cc= $(CXX) -dynamiclib -dynamic $(CXXFLAGS) $(LDFLAGS) $(LD_SOOPTIONS)
|
| mh-linux | 25 ## These are the library specific LDFLAGS 76 # LDflags that pkgdata will use
|
| mh-linux-va | 47 SHLIB.c= $(CC) $(CFLAGS) -qmkshrobj -qpic=large -G $(LDFLAGS) 48 SHLIB.cc= $(CXX) $(CXXFLAGS) -qmkshrobj -qpic=large -G $(LDFLAGS)
|
| /external/libcap/ |
| Make.Rules | 63 LDFLAGS := #-g 68 LDFLAGS += -L$(topdir)/libcap
|
| /external/libpng/scripts/ |
| makefile.atari | 15 LDFLAGS = -L. -L..\zlib -lpng -lz -lm 55 $(CC) $(CFLAGS) $(LDFLAGS) -o$@ pngtest.o
|
| /external/libxml2/win32/ |
| Makefile.mingw | 63 LDFLAGS += -Wl,--major-image-version,$(LIBXML_MAJOR_VERSION) 64 LDFLAGS += -Wl,--minor-image-version,$(LIBXML_MINOR_VERSION) 65 LDFLAGS += -Wl,-L,$(BINDIR) -Wl,-L,$(LIBPREFIX) 100 LDFLAGS += 103 LDFLAGS += 317 XMLSO_LDFLAGS = $(LDFLAGS) -shared -Wl,--dll -Wl,--out-implib,$(BINDIR)/$(XML_IMP) 334 $(LD) $(LDFLAGS) -o $@ $(subst .c,.o,$(UTILS_INTDIR)/$(<F)) -l$(XML_BASENAME) $(LIBS) 338 $(LD) $(LDFLAGS) -o $@ $(subst .c,.o,$(UTILS_INTDIR)/$(<F)) -l$(XML_BASENAME) $(LIBS)
|
| /external/libyuv/files/ |
| libyuv.gyp | 140 'ldflags': [ 145 'ldflags': [
|
| /external/llvm/docs/CommandGuide/ |
| llvm-config.rst | 31 g++ `llvm-config --ldflags` -o HowToUseJIT HowToUseJIT.o \ 95 **--ldflags**
|
| /external/ltp/testcases/open_posix_testsuite/Documentation/ |
| COVERAGE.mqueues | 47 also need to add -I/usr/include/posix1b/ to LDFLAGS. 51 - Add -lmqueue to LDFLAGS
|
| /external/perfetto/gn/standalone/toolchain/ |
| BUILD.gn | 120 command = "$cc_wrapper $cxx -shared {{ldflags}} {{inputs}} {{solibs}} {{libs}} $rpath -o {{output}}" 130 command = "$cc_wrapper $cxx {{ldflags}} {{inputs}} {{solibs}} {{libs}} -o {{output}}"
|
| /external/python/cpython2/Mac/IDLE/ |
| Makefile.in | 7 LDFLAGS=@LDFLAGS@
|
| /external/selinux/libselinux/utils/ |
| Makefile | 45 override LDFLAGS += -L../../libsepol/src -undefined dynamic_lookup 49 override LDFLAGS += -L../src
|
| /external/swiftshader/ |
| BUILD.gn | 102 ldflags = [ 109 ldflags += [ "-Wl,--icf=none" ]
|
| /external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
| llvm-config.pod | 22 g++ `llvm-config --ldflags` -o HowToUseJIT HowToUseJIT.o \
65 =item B<--ldflags>
|
| /external/syslinux/com32/lua/src/ |
| Makefile | 54 $(LD) $(LDFLAGS) -shared -soname $(patsubst %.elf,%.c32,$(@F)) \ 58 $(LD) $(LDFLAGS) -o $@ $^
|
| /external/syslinux/dos/ |
| Makefile | 22 LDFLAGS = -T $(SRC)/dosexe.ld 61 $(LD) $(LDFLAGS) -o $@ $(OBJS) libcom.a
|
| /external/syslinux/extlinux/ |
| Makefile | 23 LDFLAGS = 55 $(CC) $(LDFLAGS) -o $@ $^
|
| /external/syslinux/gnu-efi/gnu-efi-3.0/ |
| Makefile | 65 @echo LDFLAGS=$(LDFLAGS)
|
| /external/syslinux/gpxe/src/arch/i386/ |
| Makefile | 56 LDFLAGS += -m elf_i386_fbsd 58 LDFLAGS += -m elf_i386
|
| /external/syslinux/linux/ |
| Makefile | 22 LDFLAGS = 54 $(CC) $(LDFLAGS) -o $@ $^
|
| /external/tensorflow/tensorflow/contrib/pi_examples/camera/ |
| Makefile | 34 LDFLAGS := \ 76 $(LIBFLAGS) $(LIB_PATH) $(LDFLAGS) $(LIBS)
|
| /frameworks/native/opengl/libs/ |
| Android.bp | 159 ldflags: ["-Wl,--exclude-libs=ALL"], 180 ldflags: ["-Wl,--hash-style,both"],
|
Completed in 1259 milliseconds
<<11121314151617181920>>