Home
last modified time | relevance | path

Searched refs:ldflags (Results 1 – 25 of 133) sorted by relevance

123456

/external/icu/icu4c/source/config/
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
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 …]
/external/llvm/tools/llvm-go/
Dllvm-go.go93 ldflags := llvmConfig(args...)
97 ldflags = "-Wl,-rpath," + llvmConfig("--libdir") + " " + ldflags
102 ld: ldflags,
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/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 …]
Dstandalone.gypi177 # 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 …]
/external/skia/gn/
DBUILD.gn47 ldflags = []
147 ldflags += [ "-m32" ]
173 ldflags += [
187 ldflags += [ "-B$ndk/platforms/$ndk_platform/usr/lib64" ]
215 ldflags += [
246 ldflags += [ "-fsanitize=$sanitizers" ]
250 ldflags += [ "-stdlib=libc++" ]
378 ldflags = extra_ldflags
388 ldflags = [ "/DEBUG" ]
411 ldflags = [
[all …]
/external/libpng/scripts/
Dlibpng-config-body.in19 --ldflags print linker flags (ldopts, L_opts, R_opts, and libs)
80 --ldflags)
81 echo ${ldflags} ${L_opts} ${R_opts} ${libs}
/external/llvm/utils/
Dfindmisopt70 ldflags="-lstdc++ -lm -ldl -lc"
97 gcc "$s" -o "$prog" $ldflags || exit 1
107 gcc "$opts" -o "$optprog" $ldflags || exit
/external/swiftshader/third_party/LLVM/utils/
Dfindmisopt70 ldflags="-lstdc++ -lm -ldl -lc"
98 gcc "$s" -o "$prog" $ldflags || exit 1
108 gcc "$opts" -o "$optprog" $ldflags || exit
/external/toolchain-utils/go/
Dgo_target22 -ldflags | -ldflags=*) return 0 ;;
/external/swiftshader/tests/unittests/
DBUILD.gn40 ldflags = [
45 ldflags = [
50 ldflags = [ "-Wl,-rpath=\$ORIGIN/swiftshader" ]
/external/llvm/tools/bugpoint/
DAndroid.bp35 ldflags: ["-Wl,-export_dynamic"],
38 ldflags: ["-Wl,--export-dynamic"],
/external/compiler-rt/test/builtins/timing/
Dtime7 ldflags=$4
9 if gcc -arch $arch -Os $file $ldflags -DLIBNAME=$name
/external/toybox/kconfig/lxdialog/
Dcheck-lxdialog.sh5 ldflags() function
78 ldflags
/external/autotest/client/tests/aio_dio_bugs/
Daio_dio_bugs.py22 ldflags = '-L ' + self.autodir + '/deps/libaio/lib'
24 self.gcc_flags = ldflags + ' ' + cflags
/external/llvm/tools/opt/
DAndroid.bp63 ldflags: ["-Wl,-export_dynamic"],
66 ldflags: ["-Wl,--export-dynamic"],
/external/swiftshader/src/OpenGL/libEGL/
DBUILD.gn71 ldflags = [ "-Wl,-install_name,@rpath/libswiftshader_libEGL.dylib" ]
73 ldflags = [ "/DEF:" + rebase_path("libGLESv2.def", root_build_dir) ]
76 ldflags =
/external/icu/icu4c/source/samples/
Ddefs.mk16 LDFLAGS =$^ $(shell icu-config --ldflags)
17 LDFLAGS_USTDIO =$(shell icu-config --ldflags-icuio)
/external/toolchain-utils/
Dbuild_chromeos.py196 options.cxxflags, options.board, options.ldflags,
218 options.cxxflags, options.board, options.ldflags,
242 options.board, options.ldflags,
260 flags_file.write('LDFLAGS=%s\n' % options.ldflags)
/external/swiftshader/src/OpenGL/libGLESv2/
DBUILD.gn92 ldflags = [ "/DEF:" + rebase_path("libGLESv2.def", root_build_dir) ]
94 ldflags = [ "-Wl,-install_name,@rpath/libswiftshader_libGLESv2.dylib" ]
96 ldflags =
/external/libcxx/
DAndroid.bp93 ldflags: ["-Wl,--exclude-libs,libunwind_llvm.a"],
99 ldflags: [
106 ldflags: ["-nodefaultlibs"],
/external/jemalloc/bin/
Djemalloc-config.in21 --ldflags : Print library flags used to build jemalloc.
70 --ldflags)
/external/icu/icu4c/source/samples/uresb/
DMakefile45 LDFLAGS += -L$(ICU_PATH)/source/tools/toolutil $(shell icu-config --ldflags-toolutil --ldflags-icui…
/external/autotest/client/tests/aiostress/
Daiostress.py13 ldflags = '-L ' + self.autodir + '/deps/libaio/lib'
15 self.gcc_flags = ldflags + ' ' + cflags
/external/libpng/
Dlibpng-config.in45 --ldflags print linker flags (ldopts, L_opts, R_opts, and libs)
110 --ldflags)

123456