Home
last modified time | relevance | path

Searched full:ldflags (Results 1 – 25 of 957) sorted by relevance

12345678910>>...39

/external/toolchain-utils/android_bench_suite/
Dset_flags.py32 def replace_flags(bench, android_type, file_type, cflags, ldflags): argument
37 if ldflags:
38 ldflags = '\", \"'.join(ldflags.split())
44 if not ldflags:
45 ldflags = ''
47 ldflags = '\"' + ldflags + '\",'
60 line = line.replace('LDFLAGS_FOR_BENCH_SUITE', ldflags)
78 def replace_flags_in_dir(bench, cflags, ldflags): argument
84 if not ldflags:
85 ldflags = ''
[all …]
Dbuild_bench.py53 '--ldflags', help='Specify linker flags for the toolchain.')
59 # CFLAGS/LDFLAGS in the android makefile of each benchmark
60 def set_flags(bench, cflags, ldflags): argument
67 if not ldflags:
68 logging.info('No LDFLAGS specifed, using default settings.')
69 ldflags = ''
71 logging.info('Ldflags setting to "%s"...', ldflags)
74 add_flags(cflags, ldflags)
129 ldflags): argument
141 set_flags(bench, cflags, ldflags)
[all …]
Dtest_config11 ldflags =
20 ldflags =
29 ldflags =
38 ldflags =
47 ldflags =
56 ldflags =
/external/icu/icu4c/source/config/
Dicu-config.1.in76 .BI "\-\-ldflags"
79 .BI "\-\-ldflags\-libsonly"
82 .BI "\-\-ldflags\-searchpath"
85 .BI "\-\-ldflags\-system"
88 .BI "\-\-ldflags\-icuio"
133 `icu-config --cxx --cxxflags --cppflags --ldflags` -o props props.cpp
150 LDFLAGS =$(shell icu-config --ldflags)
229 .BI "\-\-ldflags"
235 for example "\-\-ldflags \-\-ldflags-icuio" if the icuio library is required
237 Equivalent to the $(LDFLAGS) Makefile variable.
[all …]
Dicu-config-bottom48 …echo " --ldflags Print -L search path and -l libraries to link with ICU [LDFLAGS]. …
49 echo " --ldflags-libsonly Same as --ldflags, but only the -l directives"
50 echo " --ldflags-searchpath Print only -L (search path) directive"
51 echo " --ldflags-system Print only system libs ICU links with (-lpthread, -lm)"
52 echo " --ldflags-icuio Print ICU icuio link directive. Use in addition to --ldflags "
53 …echo " --ldflags-obsolete Print ICU obsolete link directive. Use in addition to --ldflags. (r…
81 echo "The most commonly used options will be --cflags, --cxxflags, --cppflags, and --ldflags."
83 echo ' LDFLAGS=$(shell icu-config --ldflags)'
257 --ldflags-system)
261 --ldflags)
[all …]
Dtest-icu-config.sh28 icu-config --ldflags
29 icu-config --ldflags-searchpath
30 icu-config --ldflags-libsonly
31 icu-config --ldflags-system
32 icu-config --ldflags-ustdio
49 icu-config --detect-prefix --ldflags
/external/autotest/client/tests/fsx/
D0003-Fix-Link-Options.patch7 - $(CC) $(LDFLAGS) -laio aio-test.o -o aio-test
8 + $(CC) ${CFLAGS} $(LDFLAGS) aio-test.o -o aio-test -laio
11 - $(CC) $(LDFLAGS) -laio -lpthread aio-stress.o -o aio-stress
12 + $(CC) ${CFLAGS} $(LDFLAGS) aio-stress.o -o aio-stress -laio -lpthread
15 - $(CC) $(LDFLAGS) -laio fsx-linux.o -o fsx-linux
16 + $(CC) ${CFLAGS} $(LDFLAGS) fsx-linux.o -o fsx-linux -laio
19 - $(CC) $(LDFLAGS) -laio -lpthread rawread.o -o rawread
20 + $(CC) ${CFLAGS} $(LDFLAGS) rawread.o -o rawread -laio -lpthread
23 # $(CXX) $(LDFLAGS) -lpthread polbench.o -o pollbench
/external/gptfdisk/
DMakefile6 LDFLAGS+=
17 $(CXX) $(LIB_OBJS) gdisk.o gpttext.o $(LDFLAGS) -luuid -o gdisk
18 # $(CXX) $(LIB_OBJS) gdisk.o gpttext.o $(LDFLAGS) -licuio -licuuc -luuid -o gdisk
21 $(CXX) $(LIB_OBJS) cgdisk.o gptcurses.o $(LDFLAGS) -luuid -lncursesw -o cgdisk
22 # $(CXX) $(LIB_OBJS) cgdisk.o gptcurses.o $(LDFLAGS) -licuio -licuuc -luuid -lncurses -o cgdisk
25 $(CXX) $(LIB_OBJS) sgdisk.o gptcl.o $(LDFLAGS) -luuid -lpopt -o sgdisk
26 # $(CXX) $(LIB_OBJS) sgdisk.o gptcl.o $(LDFLAGS) -licuio -licuuc -luuid -lpopt -o sgdisk
29 $(CXX) $(MBR_LIB_OBJS) fixparts.o $(LDFLAGS) -o fixparts
DMakefile.freebsd6 LDFLAGS+=
17 # $(CXX) $(LIB_OBJS) gdisk.o gpttext.o -L/usr/local/lib $(LDFLAGS) -licuio -luuid -o gdisk
18 $(CXX) $(LIB_OBJS) gdisk.o gpttext.o -L/usr/local/lib $(LDFLAGS) -luuid -o gdisk
21 # $(CXX) $(LIB_OBJS) cgdisk.o gptcurses.o -L/usr/local/lib $(LDFLAGS) -licuio -luuid -lncurses -o c…
22 $(CXX) $(LIB_OBJS) cgdisk.o gptcurses.o -L/usr/local/lib $(LDFLAGS) -luuid -lncurses -o cgdisk
25 # $(CXX) $(LIB_OBJS) sgdisk.o gptcl.o -L/usr/local/lib $(LDFLAGS) -luuid -licuio -lpopt -o sgdisk
26 $(CXX) $(LIB_OBJS) sgdisk.o gptcl.o -L/usr/local/lib $(LDFLAGS) -luuid -lpopt -o sgdisk
29 $(CXX) $(MBR_LIB_OBJS) fixparts.o -L/usr/local/lib $(LDFLAGS) -o fixparts
/external/skia/gn/
DBUILD.gn37 ldflags = []
132 ldflags += [ "-m32" ]
158 ldflags += [
199 ldflags += [
221 ldflags += [ "-Wl,-w" ]
253 ldflags += [ "-fsanitize=$sanitizers" ]
266 ldflags += [ "-stdlib=libc++" ]
418 ldflags = extra_ldflags
433 ldflags = [ "/DEBUG:GHASH" ]
435 ldflags = [ "/DEBUG:FASTLINK" ]
[all …]
/external/skqp/gn/
DBUILD.gn37 ldflags = []
132 ldflags += [ "-m32" ]
158 ldflags += [
199 ldflags += [
221 ldflags += [ "-Wl,-w" ]
253 ldflags += [ "-fsanitize=$sanitizers" ]
266 ldflags += [ "-stdlib=libc++" ]
417 ldflags = extra_ldflags
432 ldflags = [ "/DEBUG:GHASH" ]
434 ldflags = [ "/DEBUG:FASTLINK" ]
[all …]
/external/toolchain-utils/
Dbuild_chromeos.py71 '--ldflags',
72 dest='ldflags',
74 help='LDFLAGS for the ChromeOS packages')
198 "LDFLAGS=\"$(portageq-%s envvar LDFLAGS) %s\" "
203 options.cxxflags, options.board, options.ldflags,
220 "LDFLAGS=\"$(portageq-%s envvar LDFLAGS) %s\" "
225 options.cxxflags, options.board, options.ldflags,
244 "LDFLAGS=\"$(portageq-%s envvar LDFLAGS) %s\" "
249 options.board, options.ldflags, build_packages_env,
267 flags_file.write('LDFLAGS=%s\n' % options.ldflags)
/external/v8/gypfiles/
Dtoolchain.gypi105 # are using a custom toolchain and need to control -B in ldflags.
379 'ldflags': ['-Wl,--dynamic-linker=<(ldso_path)'],
382 'ldflags': ['-Wl,--rpath=<(ld_r_path)'],
439 'ldflags': ['-EB'],
443 'ldflags': ['-mhard-float'],
446 'ldflags': ['-msoft-float'],
460 'ldflags': ['-mips32r6'],
490 'ldflags': ['-mips32r2'],
503 'ldflags': ['-mips32'],
517 'ldflags': ['-mips32'],
[all …]
/external/autotest/client/tests/aio_dio_bugs/src/
DMakefile2 LDFLAGS=-laio macro
12 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
15 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
18 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
21 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
24 $(CC) $(CFLAGS) $(LDFLAGS) -lpthread -o $@ $^
/external/jsmn/
DMakefile14 $(CC) $(CFLAGS) $(LDFLAGS) $< -o test/$@
17 $(CC) -DJSMN_STRICT=1 $(CFLAGS) $(LDFLAGS) $< -o test/$@
20 $(CC) -DJSMN_PARENT_LINKS=1 $(CFLAGS) $(LDFLAGS) $< -o test/$@
23 $(CC) -DJSMN_STRICT=1 -DJSMN_PARENT_LINKS=1 $(CFLAGS) $(LDFLAGS) $< -o test/$@
29 $(CC) $(LDFLAGS) $^ -o $@
32 $(CC) $(LDFLAGS) $^ -o $@
/external/llvm/tools/llvm-go/
Dllvm-go.go92 args := append([]string{"--ldflags", "--libs", "--system-libs"}, components...)
93 ldflags := llvmConfig(args...)
97 ldflags = "-Wl,-rpath," + llvmConfig("--libdir") + " " + ldflags
102 ld: ldflags,
140 #cgo LDFLAGS: %s
148 func runGoWithLLVMEnv(args []string, cc, cxx, gocmd, llgo, cppflags, cxxflags, ldflags string) {
184 "CGO_LDFLAGS=" + flags.ld + " " + ldflags,
242 ldflags := os.Getenv("CGO_LDFLAGS")
255 {"ldflags", &ldflags},
276 runGoWithLLVMEnv(args, cc, cxx, gocmd, llgo, cppflags, cxxflags, ldflags)
/external/curl/m4/
Dxc-val-flgs.m453 for xc_word in $LDFLAGS; do
70 AC_MSG_NOTICE([using LDFLAGS: $LDFLAGS])
71 xc_bad_var_msg="LDFLAGS note: LDFLAGS should only be used to specify linker flags, not"
72 for xc_word in $LDFLAGS; do
117 AC_MSG_NOTICE([$xc_bad_var_msg library runtime directories. Use LDFLAGS for: $xc_word])
120 AC_MSG_NOTICE([$xc_bad_var_msg library directories. Use LDFLAGS for: $xc_word])
174 AC_MSG_NOTICE([$xc_bad_var_msg library runtime directories. Use LDFLAGS for: $xc_word])
177 AC_MSG_NOTICE([$xc_bad_var_msg library directories. Use LDFLAGS for: $xc_word])
192 dnl Performs some sanity checks for LIBS, LDFLAGS,
221 dnl Performs some sanity checks for LIBS, LDFLAGS,
/external/iproute2/misc/
DMakefile15 $(QUIET_LINK)$(CC) $^ $(LDFLAGS) $(LDLIBS) -o $@
18 $(QUIET_CC)$(CC) $(CFLAGS) $(LDFLAGS) -o nstat nstat.c $(LDLIBS) -lm
21 $(QUIET_CC)$(CC) $(CFLAGS) $(LDFLAGS) -o ifstat ifstat.c $(LDLIBS) -lm
24 $(QUIET_CC)$(CC) $(CFLAGS) $(LDFLAGS) -o rtacct rtacct.c $(LDLIBS) -lm
27 $(QUIET_CC)$(CC) $(CFLAGS) -I$(DBM_INCLUDE) $(LDFLAGS) -o arpd arpd.c $(LDLIBS) -ldb -lpthread
33 $(QUIET_LINK)$(CC) $^ $(LDFLAGS) $(LDLIBS) -o $@
/external/libcups/cups/
DMakefile315 $(DSO) $(ARCHFLAGS) $(LDFLAGS) $(DSOFLAGS) -o $@ $(LIBOBJS) $(LIBGSSAPI) \
333 $(DSO) $(ARCHFLAGS) $(LDFLAGS) $(DSOFLAGS) -o $@ \
351 $(LD_CC) $(ARCHFLAGS) $(LDFLAGS) $(DSOFLAGS) -o $@ $(LIBOBJS:.o=.lo) \
390 $(LD_CC) $(LDFLAGS) -o $@ testadmin.o $(LIBCUPSSTATIC) \
401 $(LD_CC) $(ARCHFLAGS) $(LDFLAGS) -o $@ testarray.o $(LIBCUPSSTATIC) \
414 $(LD_CC) $(LDFLAGS) -o $@ testcache.o $(LIBCUPSSTATIC) \
425 $(LD_CC) $(LDFLAGS) -o $@ testconflicts.o $(LIBCUPSSTATIC) \
436 $(LD_CC) $(ARCHFLAGS) $(LDFLAGS) -o $@ testcreds.o $(LIBCUPSSTATIC) \
447 $(LD_CC) $(LDFLAGS) -o $@ testcups.o $(LIBCUPSSTATIC) \
458 $(LD_CC) $(LDFLAGS) -o $@ testdest.o $(LIBCUPSSTATIC) \
[all …]
/external/python/cpython2/PC/os2emx/
DMakefile78 LDFLAGS= -Zmt -Zcrtdll -L. -lgcc macro
79 LDFLAGS.EXE= $(LDFLAGS)
80 LDFLAGS.DLL= $(LDFLAGS) -Zdll
81 LDFLAGS.A= $(LDFLAGS) $(LIBS)
92 LDFLAGS+= -g
95 LDFLAGS+= -s
122 LDFLAGS+= -Zomf
209 $(LD) $(LDFLAGS.A) -o $@ $(^^) $(L^)
212 $(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(L^) $(LIBS)
215 $(LD) $(LDFLAGS.DLL) -o $@ $(^^) $(PYTHON.IMPLIB) $(LIBS)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-go/
Dllvm-go.go91 args := append([]string{"--ldflags", "--libs", "--system-libs"}, components...)
92 ldflags := llvmConfig(args...)
96 ldflags = "-Wl,-rpath," + llvmConfig("--libdir") + " " + ldflags
101 ld: ldflags,
139 #cgo LDFLAGS: %s
147 func runGoWithLLVMEnv(args []string, cc, cxx, gocmd, llgo, cppflags, cxxflags, ldflags string, pack…
188 "CGO_LDFLAGS=" + flags.ld + " " + ldflags,
246 ldflags := os.Getenv("CGO_LDFLAGS")
260 {"ldflags", &ldflags},
297 runGoWithLLVMEnv(args, cc, cxx, gocmd, llgo, cppflags, cxxflags, ldflags, packages)
/external/libvpx/libvpx/tools/
Dset_analyzer_env.sh25 unset CFLAGS CXXFLAGS LDFLAGS
48 echo "export LDFLAGS=\"\${LDFLAGS} --rtlib=compiler-rt -lgcc_s\""
69 ldflags="-fsanitize=${sanitizer}"
81 ldflags="${ldflags} -flto -fuse-ld=gold"
92 export LDFLAGS="${ldflags}"
/external/libcups/filter/
DMakefile220 $(LD_CC) $(LDFLAGS) -o $@ commandtops.o $(LIBS)
230 $(LD_CC) $(LDFLAGS) -o $@ gziptoany.o $(LIBZ) $(LIBS)
240 $(DSO) $(ARCHFLAGS) $(LDFLAGS) $(DSOFLAGS) -o $@ $(IMAGEOBJS) $(DSOLIBS) \
253 $(DSO) $(ARCHFLAGS) $(LDFLAGS) $(DSOFLAGS) -o $@ \
269 $(DSO) $(ARCHFLAGS) $(LDFLAGS) $(DSOFLAGS) -o $@ $(IMAGEOBJS:.o=.lo) $(DSOLIBS) \
291 $(LD_CC) $(LDFLAGS) -o $@ pstops.o common.o $(LIBS)
301 $(LD_CC) $(LDFLAGS) -o $@ rastertoepson.o $(LINKCUPSIMAGE) $(IMGLIBS) $(LIBS)
311 $(LD_CC) $(LDFLAGS) -o $@ rastertohp.o $(LINKCUPSIMAGE) $(IMGLIBS) $(LIBS)
321 $(LD_CC) $(LDFLAGS) -o $@ rastertolabel.o $(LINKCUPSIMAGE) $(IMGLIBS) $(LIBS)
331 $(LD_CC) $(LDFLAGS) -o $@ rastertopwg.o $(LINKCUPSIMAGE) $(IMGLIBS) $(LIBS)
[all …]
/external/freetype/builds/unix/
Dconfigure.raw485 LIBPNG_LIBS=`libpng-config --ldflags`
486 libpng_libspriv=`libpng-config --static --ldflags`
562 # to LDFLAGS. Apple TechNote 2137 recommends to include these
563 # options in CFLAGS but not in LDFLAGS.
575 AC_MSG_CHECKING([whether CFLAGS and LDFLAGS share ${c} ${a}])
576 if expr " ${LDFLAGS} " : ".* ${c} *${a}.*" > /dev/null
580 AC_MSG_RESULT([no, copy to LDFLAGS])
581 LDFLAGS="${LDFLAGS} ${c} ${a}"
586 AC_MSG_CHECKING([whether CFLAGS and LDFLAGS share ${c}])
587 if expr " ${LDFLAGS} " : ".* ${c} *${a}.*" > /dev/null
[all …]
/external/perfetto/gn/standalone/
DBUILD.gn70 ldflags = []
96 ldflags += [ "-flto=full" ]
112 ldflags += [ "-m32" ]
147 ldflags += [
200 ldflags = [ "-dead_strip" ]
202 ldflags = [
214 ldflags = [ "-fPIC" ]
219 ldflags = []
226 ldflags += [ "-pie" ]
235 ldflags += [

12345678910>>...39