| /external/mbedtls/programs/ |
| D | Makefile | 2 # To compile on SunOS: add "-lsocket -lnsl" to LDFLAGS 7 LDFLAGS ?= macro 200 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) aes/crypt_and_hash.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@ 204 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) cipher/cipher_aead_demo.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@ 208 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) hash/generic_sum.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@ 212 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) hash/hello.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@ 216 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) hash/md_hmac_demo.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@ 220 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) pkey/dh_client.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@ 224 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) pkey/dh_genprime.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@ 228 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) pkey/dh_server.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@ [all …]
|
| /external/openthread/third_party/mbedtls/repo/programs/ |
| D | Makefile | 2 # To compile on SunOS: add "-lsocket -lnsl" to LDFLAGS 3 # To compile with PKCS11: add "-lpkcs11-helper" to LDFLAGS 8 LDFLAGS ?= macro 166 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) aes/crypt_and_hash.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@ 170 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) hash/hello.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@ 174 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) hash/generic_sum.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@ 178 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) pkey/dh_client.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@ 182 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) pkey/dh_genprime.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@ 186 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) pkey/dh_server.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@ 190 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) pkey/ecdh_curve25519.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@ [all …]
|
| /external/icu/icu4c/source/config/ |
| D | icu-config.1.in | 76 .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 …]
|
| D | icu-config-bottom | 54 …echo " --ldflags Print -L search path and -l libraries to link with ICU [LDFLAGS]. … 55 echo " --ldflags-libsonly Same as --ldflags, but only the -l directives" 56 echo " --ldflags-searchpath Print only -L (search path) directive" 57 echo " --ldflags-system Print only system libs ICU links with (-lpthread, -lm)" 58 echo " --ldflags-icuio Print ICU icuio link directive. Use in addition to --ldflags " 59 …echo " --ldflags-obsolete Print ICU obsolete link directive. Use in addition to --ldflags. (r… 87 echo "The most commonly used options will be --cflags, --cxxflags, --cppflags, and --ldflags." 89 echo ' LDFLAGS=$(shell icu-config --ldflags)' 263 --ldflags-system) 267 --ldflags) [all …]
|
| /external/sg3_utils/testing/ |
| D | Makefile | 46 LDFLAGS = macro 72 $(LD) -o $@ $(LDFLAGS) $^ 75 $(LD) -o $@ $(LDFLAGS) $^ 78 $(LD) -o $@ $(LDFLAGS) $^ 81 $(LD) -o $@ $(LDFLAGS) $^ 85 $(LD) -o $@ $(LDFLAGS) $^ 88 $(LD) -o $@ $(LDFLAGS) $^ 91 $(LD) -o $@ $(LDFLAGS) $^ 94 $(LD) -o $@ $(LDFLAGS) $^ 97 $(LD) -o $@ $(LDFLAGS) $^ [all …]
|
| /external/cronet/third_party/icu/source/config/ |
| D | icu-config.1.in | 76 .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 …]
|
| D | icu-config-bottom | 54 …echo " --ldflags Print -L search path and -l libraries to link with ICU [LDFLAGS]. … 55 echo " --ldflags-libsonly Same as --ldflags, but only the -l directives" 56 echo " --ldflags-searchpath Print only -L (search path) directive" 57 echo " --ldflags-system Print only system libs ICU links with (-lpthread, -lm)" 58 echo " --ldflags-icuio Print ICU icuio link directive. Use in addition to --ldflags " 59 …echo " --ldflags-obsolete Print ICU obsolete link directive. Use in addition to --ldflags. (r… 87 echo "The most commonly used options will be --cflags, --cxxflags, --cppflags, and --ldflags." 89 echo ' LDFLAGS=$(shell icu-config --ldflags)' 263 --ldflags-system) 267 --ldflags) [all …]
|
| /external/sg3_utils/examples/ |
| D | Makefile | 39 LDFLAGS = macro 59 $(LD) -o $@ $(LDFLAGS) $^ 62 $(LD) -o $@ $(LDFLAGS) $^ 65 $(LD) -o $@ $(LDFLAGS) $^ 68 $(LD) -o $@ $(LDFLAGS) $^ 71 $(LD) -o $@ $(LDFLAGS) $^ 74 $(LD) -o $@ $(LDFLAGS) $^ 77 $(LD) -o $@ $(LDFLAGS) $^ 80 $(LD) -o $@ $(LDFLAGS) $^ 83 $(LD) -o $@ $(LDFLAGS) $^ [all …]
|
| /external/openscreen/build/config/ |
| D | BUILD.gn | 34 ldflags = [] 36 ldflags += [ "-pthread" ] 39 ldflags += [ "-Wl,--fatal-warnings" ] 42 ldflags += [ 52 ldflags = [] 57 ldflags += [ "-m64" ] 60 ldflags += [ "-m32" ] 68 ldflags += [ "--target=arm-linux-gnueabihf" ] 71 ldflags += [ "--target=aarch64-linux-gnu" ] 110 ldflags = [ "-Werror" ] [all …]
|
| /external/pigweed/pw_toolchain/arm_gcc/ |
| D | BUILD.gn | 47 ldflags = cflags + [ 55 ldflags = cflags 61 ldflags = cflags 67 ldflags = cflags 73 ldflags = cflags 79 ldflags = cflags 85 ldflags = cflags 91 ldflags = cflags 101 ldflags = cflags 111 ldflags = cflags [all …]
|
| /external/pigweed/pw_toolchain/arm_clang/ |
| D | BUILD.gn | 46 ldflags = [ "-lnosys" ] 50 ldflags = [ "-Wl,-u_printf_float" ] 58 ldflags = cflags 66 ldflags = cflags 74 ldflags = cflags 82 ldflags = cflags 90 ldflags = cflags 98 ldflags = cflags 106 ldflags = cflags 114 ldflags = cflags
|
| D | clang_config.gni | 23 # things. This template uses the provided cflags, asmflags, ldflags, etc. to 29 # - asmflags, cflags, cflags_c, cflags_cc, ldflags: These flags are used to 62 if (defined(ldflags)) { 63 _compiler_flags += ldflags 65 ldflags = [] 73 "--ldflags", 80 ldflags += _arm_flags.cflags 81 ldflags += _arm_flags.ldflags
|
| /external/skia/modules/canvaskit/ |
| D | BUILD.gn | 154 ldflags = [] 156 ldflags += [ 169 ldflags += [ 178 ldflags += [ 183 ldflags += [ "-fno-rtti" ] 186 ldflags += [ 202 ldflags += [ 212 ldflags += [ 219 ldflags += [ 236 ldflags += [ [all …]
|
| /external/wmediumd/wmediumd/ |
| D | Makefile | 13 LDFLAGS += -lm 17 LDFLAGS += -lnl-genl 25 LDFLAGS += -lnl-genl-3 31 LDFLAGS += -lnl-genl 39 LDFLAGS += -lnl-genl 47 LDFLAGS += $(shell $(PKG_CONFIG) --libs $(NLLIBNAME)) 51 LDFLAGS+=-lconfig 59 override LDFLAGS := -lasan -lubsan -lstdc++ $(LDFLAGS) 65 $(CC) -o $@ $(OBJECTS) $(LDFLAGS)
|
| /external/cronet/build/rust/ |
| D | rustc_wrapper.py | 21 # * To work around some ldflags escaping performed by ninja/gn 26 # LDFLAGS ESCAPING 31 # rustc invocations are given access to {{rustflags}} and {{ldflags}}. 32 # We want to pass {{ldflags}} into rustc, using -Clink-args="{{ldflags}}". 33 # Unfortunately, ninja assumes that each item in {{ldflags}} is an 37 # This script converts such {{ldflags}} into individual -Clink-arg=X 66 # -- <normal rustc args> LDFLAGS {{ldflags}} RUSTENV {{rustenv}} 67 # The LDFLAGS token is discarded, and everything after that is converted 72 # Both LDFLAGS and RUSTENV **MUST** be specified, in that order, even if 103 ldflags_separator = remaining_args.index("LDFLAGS") [all …]
|
| /external/angle/build/config/compiler/ |
| D | BUILD.gn | 253 ldflags = [ 275 ldflags = [] 352 ldflags += scs_parameters 380 ldflags += [ "-fuse-ld=lld" ] 382 ldflags += [ "-B$lld_path" ] 389 ldflags += [ "-Wl,--fatal-warnings" ] 392 ldflags += [ "-Wl,-fatal_warnings" ] 430 ldflags += [ "-Wl,--build-id=sha1" ] 432 ldflags += [ "-Wl,--build-id" ] 483 ldflags += [ "-fPIC" ] [all …]
|
| /external/cronet/build/config/compiler/ |
| D | BUILD.gn | 242 ldflags = [ 263 ldflags = [] 351 ldflags += [ "-fuse-ld=lld" ] 353 ldflags += [ "-B$lld_path" ] 360 ldflags += [ "-Wl,--fatal-warnings" ] 363 ldflags += [ "-Wl,-fatal_warnings" ] 401 ldflags += [ "-Wl,--build-id=sha1" ] 403 ldflags += [ "-Wl,--build-id" ] 452 ldflags += [ "-fPIC" ] 460 ldflags += [ [all …]
|
| /external/gptfdisk/ |
| D | Makefile.linux | 4 LDFLAGS+= 15 $(CXX) $(LIB_OBJS) gdisk.o gpttext.o $(LDFLAGS) -luuid $(LDLIBS) -o gdisk 16 # $(CXX) $(LIB_OBJS) gdisk.o gpttext.o $(LDFLAGS) -licuio -licuuc -luuid -o gdisk 19 $(CXX) $(LIB_OBJS) cgdisk.o gptcurses.o $(LDFLAGS) -luuid -lncursesw $(LDLIBS) -o cgdisk 20 # $(CXX) $(LIB_OBJS) cgdisk.o gptcurses.o $(LDFLAGS) -licuio -licuuc -luuid -lncurses -o cgdisk 23 $(CXX) $(LIB_OBJS) sgdisk.o gptcl.o $(LDFLAGS) -luuid -lpopt $(LDLIBS) -o sgdisk 24 # $(CXX) $(LIB_OBJS) sgdisk.o gptcl.o $(LDFLAGS) -licuio -licuuc -luuid -lpopt -o sgdisk 27 $(CXX) $(MBR_LIB_OBJS) fixparts.o $(LDFLAGS) $(LDLIBS) -o fixparts
|
| /external/skia/gn/skia/ |
| D | BUILD.gn | 59 ldflags = [] 81 ldflags += [ 95 ldflags += [ target_triple ] 165 ldflags += [ "-m32" ] 180 ldflags += [ "-static-libstdc++" ] 225 ldflags += [ 234 ldflags += [ "-miphoneos-version-min=$ios_min_target" ] 254 ldflags += [ 265 ldflags += [ "-Wl,-w" ] 278 ldflags += [ [all …]
|
| /external/pigweed/pw_toolchain/host_clang/ |
| D | BUILD.gn | 21 ldflags = cflags 34 ldflags = cflags 49 ldflags = cflags 78 ldflags = cflags 83 ldflags = cflags 91 ldflags = cflags 105 ldflags = cflags 114 ldflags = cflags 130 ldflags = [
|
| /external/angle/build/rust/ |
| D | rustc_wrapper.py | 21 # * To work around some ldflags escaping performed by ninja/gn 26 # LDFLAGS ESCAPING 31 # rustc invocations are given access to {{rustflags}} and {{ldflags}}. 32 # We want to pass {{ldflags}} into rustc, using -Clink-args="{{ldflags}}". 33 # Unfortunately, ninja assumes that each item in {{ldflags}} is an 37 # This script converts such {{ldflags}} into individual -Clink-arg=X 66 # -- <normal rustc args> LDFLAGS {{ldflags}} RUSTENV {{rustenv}} 67 # The LDFLAGS token is discarded, and everything after that is converted 72 # Both LDFLAGS and RUSTENV **MUST** be specified, in that order, even if 150 ldflags_separator = remaining_args.index("LDFLAGS") [all …]
|
| /external/cronet/build/config/android/ |
| D | BUILD.gn | 36 ldflags = [ 47 ldflags += [ "-Wl,-z,max-page-size=4096" ] 62 ldflags += [ "--unwindlib=none" ] 73 ldflags += [ "--target=$android_abi_target$compile_api_level" ] 86 ldflags = [] 102 ldflags = [ "-Wl,--version-script=" + rebase_path( 108 ldflags = [ "-Wl,--version-script=" + 114 ldflags = [ "-Wl,--pack-dyn-relocs=android" ] 120 ldflags = [ "-Wl,--pack-dyn-relocs=relr,--use-android-relr-tags" ] 133 ldflags = [ "-Wl,-z,force-bti" ] [all …]
|
| /external/libcups/ |
| D | cups-config.in | 31 LDFLAGS="@EXPORT_LDFLAGS@" 39 LDFLAGS="-L$selfdir/cups $LDFLAGS" 47 LDFLAGS="$LDFLAGS -L$libdir" 59 echo " cups-config --ldflags" 95 --ldflags) 96 echo $LDFLAGS
|
| /external/toolchain-utils/ |
| D | build_chromeos.py | 82 "--ldflags", 83 dest="ldflags", 85 help="LDFLAGS for the ChromeOS packages", 245 'LDFLAGS="$(portageq-%s envvar LDFLAGS) %s" ' 256 options.ldflags, 282 'LDFLAGS="$(portageq-%s envvar LDFLAGS) %s" ' 293 options.ldflags, 318 'LDFLAGS="$(portageq-%s envvar LDFLAGS) %s" ' 328 options.ldflags, 353 flags_file.write("LDFLAGS=%s\n" % options.ldflags)
|
| /external/angle/build/config/android/ |
| D | BUILD.gn | 36 ldflags = [ 47 ldflags += [ "-Wl,-z,max-page-size=4096" ] 69 ldflags += [ "--target=$android_abi_target$compile_api_level" ] 82 ldflags = [] 98 ldflags = [ "-Wl,--version-script=" + rebase_path( 104 ldflags = [ "-Wl,--version-script=" + 110 ldflags = [ "-Wl,--pack-dyn-relocs=android" ] 116 ldflags = [ "-Wl,--pack-dyn-relocs=relr,--use-android-relr-tags" ] 129 ldflags = [ "-Wl,-z,force-bti" ] 141 ldflags = [ "-Wl,-u,__cyg_profile_func_enter_bare" ]
|