Home
last modified time | relevance | path

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

12345678910>>...55

/external/openthread/third_party/mbedtls/repo/programs/
DMakefile2 # 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/mbedtls/programs/
DMakefile2 # To compile on SunOS: add "-lsocket -lnsl" to LDFLAGS
7 LDFLAGS ?= macro
209 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) aes/crypt_and_hash.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
213 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) cipher/cipher_aead_demo.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
217 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) hash/generic_sum.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
221 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) hash/hello.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
225 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) hash/md_hmac_demo.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
229 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) pkey/dh_client.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
233 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) pkey/dh_genprime.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
237 $(CC) $(LOCAL_CFLAGS) $(CFLAGS) pkey/dh_server.c $(LOCAL_LDFLAGS) $(LDFLAGS) -o $@
[all …]
/external/sg3_utils/testing/
DMakefile46 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/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-bottom54 …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/cronet/third_party/icu/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-bottom54 …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/
DMakefile39 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/
DBUILD.gn34 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/
DBUILD.gn45 ldflags = [ "-Wl,--no-warn-rwx-segment" ]
58 ldflags = cflags + [
66 ldflags = cflags
72 ldflags = cflags
78 ldflags = cflags
84 ldflags = cflags
90 ldflags = cflags
96 ldflags = cflags
102 ldflags = cflags
108 ldflags = cflags
[all …]
/external/wmediumd/wmediumd/
DMakefile13 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/skia/modules/canvaskit/
DBUILD.gn151 ldflags = []
153 ldflags += [
164 ldflags += [
173 ldflags += [
178 ldflags += [ "-fno-rtti" ]
181 ldflags += [
197 ldflags += [
207 ldflags += [
214 ldflags += [
231 ldflags += [
[all …]
/external/bazelbuild-rules_rust/examples/zig_cross_compiling/src/
Dcheck_merged_flags.rs10 let ldflags = std::env::var("LDFLAGS").unwrap(); in main() localVariable
11ldflags.contains("-target aarch64-linux-gnu.2.28"), "Expected LDFLAGS to contain `-target aarch64-… in main()
12 …assert!(ldflags.contains(" ldbeep"), "Expected LDFLAGS to contain ` ldbeep` because of build_scrip… in main()
/external/pigweed/pw_toolchain/arm_clang/
DBUILD.gn49 ldflags = [ "-Wl,-u_printf_float" ]
57 ldflags = cflags
65 ldflags = cflags
73 ldflags = cflags
81 ldflags = cflags
89 ldflags = cflags
97 ldflags = cflags
105 ldflags = cflags
113 ldflags = cflags
Dclang_config.gni23 # 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/curl/lib/
DMakefile.mk43 LDFLAGS ?=
100 LDFLAGS += -L"$(LIBCARES_PATH)/lib"
108 LDFLAGS += -L"$(LIBRTMP_PATH)/librtmp"
117 LDFLAGS += -L"$(LIBSSH2_PATH)/lib"
123 LDFLAGS += -L"$(LIBSSH_PATH)/lib"
129 LDFLAGS += -L"$(WOLFSSH_PATH)/lib"
140 LDFLAGS += -L"$(OPENSSL_LIBPATH)"
157 LDFLAGS += -L"$(WOLFSSL_PATH)/lib"
165 LDFLAGS += -L"$(MBEDTLS_PATH)/lib"
174 LDFLAGS += -L"$(NGHTTP2_PATH)/lib"
[all …]
/external/gptfdisk/
DMakefile.linux4 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/pigweed/pw_toolchain/host_clang/
DBUILD.gn40 ldflags = cflags
46 ldflags = cflags
64 ldflags = cflags
79 ldflags = cflags
108 ldflags = cflags
113 ldflags = cflags
119 ldflags = cflags
134 ldflags = cflags
143 ldflags = cflags
159 ldflags = [
/external/cronet/build/config/compiler/
DBUILD.gn271 ldflags = [
293 ldflags = []
370 ldflags += scs_parameters
394 ldflags += [ "-fuse-ld=lld" ]
396 ldflags += [ "-B$lld_path" ]
403 ldflags += [ "-Wl,--fatal-warnings" ]
406 ldflags += [ "-Wl,-fatal_warnings" ]
444 ldflags += [ "-Wl,--build-id=sha1" ]
446 ldflags += [ "-Wl,--build-id" ]
502 ldflags += [ "-fPIC" ]
[all …]
/external/libcups/
Dcups-config.in31 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/angle/build/config/compiler/
DBUILD.gn256 ldflags = [
278 ldflags = []
356 ldflags += scs_parameters
375 ldflags += [ "-fuse-ld=lld" ]
377 ldflags += [ "-B$lld_path" ]
384 ldflags += [ "-Wl,--fatal-warnings" ]
387 ldflags += [ "-Wl,-fatal_warnings" ]
425 ldflags += [ "-Wl,--build-id=sha1" ]
427 ldflags += [ "-Wl,--build-id" ]
483 ldflags += [ "-fPIC" ]
[all …]
/external/cronet/third_party/apache-portable-runtime/src/test/
DMakefile.win150 LDFLAGS = /nologo /debug /subsystem:console /incremental:no
159 $(LD) $(LDFLAGS) /out:"$@" $** $(LD_LIBS)
164 $(LD) $(LDFLAGS) /entry:wmainCRTStartup /out:"$@" $** $(LD_LIBS)
169 $(LD) $(LDFLAGS) /out:"$@" $** $(LD_LIBS)
174 $(LD) $(LDFLAGS) /out:"$@" $** $(LD_LIBS)
181 $(LD) $(LDFLAGS) /out:"$@" $** $(LD_LIBS)
186 $(LD) $(LDFLAGS) /out:"$@" $** $(LD_LIBS)
191 $(LD) $(LDFLAGS) /out:"$@" $** $(LD_LIBS)
198 $(LD) $(LDFLAGS) /out:"$@" $** $(LD_LIBS)
209 $(LD) $(LDFLAGS) /out:"$@" $** $(LD_LIBS)
[all …]
/external/toolchain-utils/
Dbuild_chromeos.py82 "--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/cronet/build/rust/
Drustc_wrapper.py22 # * To work around some ldflags escaping performed by ninja/gn
27 # LDFLAGS ESCAPING
32 # rustc invocations are given access to {{rustflags}} and {{ldflags}}.
33 # We want to pass {{ldflags}} into rustc, using -Clink-args="{{ldflags}}".
34 # Unfortunately, ninja assumes that each item in {{ldflags}} is an
38 # This script converts such {{ldflags}} into individual -Clink-arg=X
67 # -- <normal rustc args> LDFLAGS {{ldflags}} RUSTENV {{rustenv}}
68 # The LDFLAGS token is discarded, and everything after that is converted
73 # Both LDFLAGS and RUSTENV **MUST** be specified, in that order, even if
152 ldflags_separator = remaining_args.index("LDFLAGS")
[all …]
/external/angle/build/rust/
Drustc_wrapper.py22 # * To work around some ldflags escaping performed by ninja/gn
27 # LDFLAGS ESCAPING
32 # rustc invocations are given access to {{rustflags}} and {{ldflags}}.
33 # We want to pass {{ldflags}} into rustc, using -Clink-args="{{ldflags}}".
34 # Unfortunately, ninja assumes that each item in {{ldflags}} is an
38 # This script converts such {{ldflags}} into individual -Clink-arg=X
67 # -- <normal rustc args> LDFLAGS {{ldflags}} RUSTENV {{rustenv}}
68 # The LDFLAGS token is discarded, and everything after that is converted
73 # Both LDFLAGS and RUSTENV **MUST** be specified, in that order, even if
152 ldflags_separator = remaining_args.index("LDFLAGS")
[all …]

12345678910>>...55