Searched
full:ldflags (Results
326 -
350 of
1516) sorted by null
<<11121314151617181920>>
| /external/ltp/testcases/open_posix_testsuite/ |
| Makefile | 18 BUILD_MAKE_ENV= "CFLAGS=$(CFLAGS)" "LDFLAGS=$(LDFLAGS)" 107 $(top_srcdir)/LDFLAGS \
|
| /external/python/cpython2/Mac/PythonLauncher/ |
| Makefile.in | 6 LDFLAGS=@LDFLAGS@ 77 $(CC) $(LDFLAGS) -o "Python Launcher" $(OBJECTS) -framework AppKit -framework Carbon
|
| /external/python/cpython3/Mac/PythonLauncher/ |
| Makefile.in | 6 LDFLAGS=@LDFLAGS@ 73 $(CC) $(LDFLAGS) -o "Python Launcher" $(OBJECTS) -framework AppKit -framework Carbon
|
| /external/python/cpython3/Misc/ |
| python-config.sh.in | 7 echo "Usage: $0 --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir" 64 --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--abiflags|--configdir) 90 --ldflags)
|
| /external/zlib/src/amiga/ |
| Makefile.pup | 13 LDFLAGS = -o 34 $(LD) $(LDFLAGS) $@ LIB:c_ppc.o $@.o $(LIBNAME) $(LDLIBS) 37 $(LD) $(LDFLAGS) $@ LIB:c_ppc.o $@.o $(LIBNAME) $(LDLIBS)
|
| Makefile.sas | 10 LDFLAGS=LIB z.lib 36 $(CC) $(CFLAGS) LINK TO $@ example.o $(LDFLAGS) 39 $(CC) $(CFLAGS) LINK TO $@ minigzip.o $(LDFLAGS)
|
| /prebuilts/gdb/darwin-x86/bin/ |
| python-config.sh | 5 echo "Usage: $0 [ignored.py] --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir" 84 --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags) 110 --ldflags)
|
| /prebuilts/gdb/linux-x86/bin/ |
| python-config.sh | 5 echo "Usage: $0 [ignored.py] --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir" 84 --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags) 110 --ldflags)
|
| /prebuilts/python/darwin-x86/2.7.5/bin/ |
| python-config.sh | 5 echo "Usage: $0 [ignored.py] --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir" 74 --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags) 100 --ldflags)
|
| /prebuilts/python/linux-x86/2.7.5/bin/ |
| python-config.sh | 5 echo "Usage: $0 [ignored.py] --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir" 74 --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags) 100 --ldflags)
|
| /system/bt/build/toolchain/clang/ |
| BUILD.gn | 33 ldflags = [ 77 "$clangxx -shared {{ldflags}} -o $soname -Wl,-soname=$soname @$rspfile" 99 command = "$clangxx {{ldflags}} -o $outfile -Wl,--start-group @$rspfile {{solibs}} -Wl,--end-group {{libs}}"
|
| /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/ |
| comm-data.exp | 41 set LDFLAGS "-m$emul" 47 "$LDFLAGS -shared" "" \ 68 "$LDFLAGS $ZFLAG -T ../ld-elf/comm-data2.ld -Ltmpdir -lmips-$abi-$reloc-comm-data" "" \
|
| /toolchain/binutils/binutils-2.27/zlib/amiga/ |
| Makefile.pup | 13 LDFLAGS = -o 34 $(LD) $(LDFLAGS) $@ LIB:c_ppc.o $@.o $(LIBNAME) $(LDLIBS) 37 $(LD) $(LDFLAGS) $@ LIB:c_ppc.o $@.o $(LIBNAME) $(LDLIBS)
|
| Makefile.sas | 10 LDFLAGS=LIB z.lib 36 $(CC) $(CFLAGS) LINK TO $@ example.o $(LDFLAGS) 39 $(CC) $(CFLAGS) LINK TO $@ minigzip.o $(LDFLAGS)
|
| /external/v8/gypfiles/ |
| standalone.gypi | 177 # are using a custom toolchain and need to control -B in ldflags. 618 'ldflags': [ 633 'ldflags': [ 648 'ldflags': [ 665 'ldflags': [ 706 'ldflags': [ 718 'ldflags': [ 788 'ldflags': [ '-pthread', ], 815 'ldflags': [ '-fprofile-arcs'], 849 'ldflags': [ '-pthread' ] [all...] |
| /development/vndk/tools/definition-tool/tests/ |
| ndk_toolchain.py | 62 def __init__(self, name, triple, cflags, ldflags, gcc_toolchain_dir, 67 self.target_ldflags = ldflags 103 def link(self, out_file, obj_files, ldflags): 104 if '-shared' in ldflags: 121 cmd.extend(ldflags) 123 if '-shared' not in ldflags:
|
| /external/iproute2/tc/ |
| Makefile | 103 LDFLAGS += -Wl,-export-dynamic 124 $(QUIET_CC)$(CC) $(CFLAGS) $(LDFLAGS) -shared -fpic $< -o $@ 130 $(QUIET_LINK)$(CC) $^ $(LDFLAGS) $(LDLIBS) -o $@ 154 $(QUIET_CC)$(CC) $(CFLAGS) $(LDFLAGS) -shared -fpic -o q_atm.so q_atm.c -latm 157 $(QUIET_CC)$(CC) $(CFLAGS) $(LDFLAGS) -shared -fpic -o m_xt.so m_xt.c $$($(PKG_CONFIG) xtables --cflags --libs) 160 $(QUIET_CC)$(CC) $(CFLAGS) $(LDFLAGS) -shared -fpic -o m_xt_old.so m_xt_old.c $$($(PKG_CONFIG) xtables --cflags --libs)
|
| /external/zlib/src/win32/ |
| Makefile.gcc | 52 LDFLAGS = $(LOC) 96 $(CC) -shared -Wl,--out-implib,$(IMPLIB) $(LDFLAGS) \ 101 $(LD) $(LDFLAGS) -o $@ example.o $(STATICLIB) 105 $(LD) $(LDFLAGS) -o $@ minigzip.o $(STATICLIB) 109 $(LD) $(LDFLAGS) -o $@ example.o $(IMPLIB) 113 $(LD) $(LDFLAGS) -o $@ minigzip.o $(IMPLIB)
|
| Makefile.msc | 32 LDFLAGS = -nologo -debug -incremental:no -opt:ref 51 $(LD) $(LDFLAGS) -def:$(TOP)/win32/zlib.def -dll -implib:$(IMPLIB) \ 57 $(LD) $(LDFLAGS) example.obj $(STATICLIB) 62 $(LD) $(LDFLAGS) minigzip.obj $(STATICLIB) 67 $(LD) $(LDFLAGS) -out:$@ example.obj $(IMPLIB) 72 $(LD) $(LDFLAGS) -out:$@ minigzip.obj $(IMPLIB)
|
| /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/ |
| elf.exp | 28 set old_ldflags $LDFLAGS 30 set LDFLAGS "$LDFLAGS --local-store 0:0" 36 set LDFLAGS "$LDFLAGS -Ttext-segment 0x1000000" 173 set LDFLAGS $old_ldflags
|
| /toolchain/binutils/binutils-2.27/zlib/win32/ |
| Makefile.gcc | 52 LDFLAGS = $(LOC) 96 $(CC) -shared -Wl,--out-implib,$(IMPLIB) $(LDFLAGS) \ 101 $(LD) $(LDFLAGS) -o $@ example.o $(STATICLIB) 105 $(LD) $(LDFLAGS) -o $@ minigzip.o $(STATICLIB) 109 $(LD) $(LDFLAGS) -o $@ example.o $(IMPLIB) 113 $(LD) $(LDFLAGS) -o $@ minigzip.o $(IMPLIB)
|
| Makefile.msc | 32 LDFLAGS = -nologo -debug -incremental:no -opt:ref 51 $(LD) $(LDFLAGS) -def:$(TOP)/win32/zlib.def -dll -implib:$(IMPLIB) \ 57 $(LD) $(LDFLAGS) example.obj $(STATICLIB) 62 $(LD) $(LDFLAGS) minigzip.obj $(STATICLIB) 67 $(LD) $(LDFLAGS) -out:$@ example.obj $(IMPLIB) 72 $(LD) $(LDFLAGS) -out:$@ minigzip.obj $(IMPLIB)
|
| /art/oatdump/ |
| Android.bp | 69 ldflags: [ 100 ldflags: [
|
| /external/autotest/client/profilers/blktrace/ |
| blktrace.py | 21 ldflags = '-L ' + self.job.autodir + '/deps/libaio/lib' 23 self.gcc_flags = ldflags + ' ' + cflags
|
| /external/autotest/client/tests/aiostress/ |
| aiostress.py | 13 ldflags = '-L ' + self.autodir + '/deps/libaio/lib' 15 self.gcc_flags = ldflags + ' ' + cflags
|
Completed in 1007 milliseconds
<<11121314151617181920>>