HomeSort by relevance Sort by last modified time
    Searched refs:ldflags (Results 1 - 12 of 12) sorted by null

  /external/icu4c/config/
test-icu-config.sh 26 icu-config --ldflags
27 icu-config --ldflags-layout
28 icu-config --ldflags-searchpath
29 icu-config --ldflags-libsonly
30 icu-config --ldflags-system
31 icu-config --ldflags-ustdio
48 icu-config --detect-prefix --ldflags --ldflags-layout
icu-config-bottom 46 echo " --ldflags Print -L search path and -l libraries to link with ICU [LDFLAGS]. This is for the data, uc (common), and i18n libraries only. "
47 echo " --ldflags-layout Print ICU layout engine link directive. Use in addition to --ldflags"
48 echo " --ldflags-libsonly Same as --ldflags, but only the -l directives"
49 echo " --ldflags-searchpath Print only -L (search path) directive"
50 echo " --ldflags-system Print only system libs ICU links with (-lpthread, -lm)"
51 echo " --ldflags-icuio Print ICU icuio link directive. Use in addition to --ldflags "
    [all...]
  /frameworks/compile/libbcc/runtime/test/timing/
time 7 ldflags=$4
9 if gcc -arch $arch -Os $file $ldflags -DLIBNAME=$name
  /external/icu4c/samples/
defs.mk 13 LDFLAGS =$(shell icu-config --ldflags)
14 LDFLAGS_USTDIO =$(shell icu-config --ldflags-icuio)
  /external/icu4c/samples/uresb/
Makefile 42 LDFLAGS += -L$(ICU_PATH)/source/tools/toolutil $(shell icu-config --ldflags-toolutil --ldflags-icuio)
64 $(CC) -o $@ $^ $(LDFLAGS)
  /external/libpng/scripts/
libpng-config.in 45 --ldflags print linker flags (ldopts, L_opts, R_opts, and libs)
110 --ldflags)
  /external/llvm/utils/
findmisopt 70 ldflags="-lstdc++ -lm -ldl -lc"
98 gcc "$s" -o "$prog" $ldflags || exit 1
108 gcc "$opts" -o "$optprog" $ldflags || exit
NewNightlyTest.pl 94 # -ldflags Next argument specifies that linker options that override
213 if (/^-ldflags/) { $MAKEOPTS = "$MAKEOPTS LD.Flags=\'$ARGV[0]\'";
  /external/icu4c/samples/udata/
Makefile 47 LDFLAGS += -L$(ICU_PATH)/source/tools/toolutil $(shell icu-config --ldflags-toolutil)
59 $(CC) -o $@ $^ $(LDFLAGS)
62 $(CC) -o $@ $^ $(LDFLAGS)
  /external/stlport/
configure 48 --with-extra-ldflags=<options>
101 \$LDFLAGS pass extra options to linker (via C/C++)
190 --with-extra-ldflags=*)
323 if [ -n "${LDFLAGS}" ]; then
325 write_option "${LDFLAGS}" EXTRA_LDFLAGS
327 echo "Both --with-extra-ldflags and \$LDFLAGS set, using the first"
  /external/llvm/bindings/ocaml/
Makefile.ocaml 47 $(shell $(LLVM_CONFIG) --ldflags)) \
51 $(filter-out -L$(LibDir),$(shell $(LLVM_CONFIG) --ldflags)) \
  /external/llvm/tools/llvm-config/
llvm-config.in.in 45 my $LDFLAGS = q{@LLVM_LDFLAGS@};
115 } elsif ($arg eq "--ldflags") {
116 $has_opt = 1; print "-L$LIBDIR $LDFLAGS $SYSTEM_LIBS\n";
175 llvm-config --ldflags
189 --ldflags Print Linker flags.

Completed in 273 milliseconds