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

  /external/chromium/third_party/icu/source/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 44 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. "
45 echo " --ldflags-layout Print ICU layout engine link directive. Use in addition to --ldflags"
46 echo " --ldflags-libsonly Same as --ldflags, but only the -l directives"
47 echo " --ldflags-searchpath Print only -L (search path) directive"
48 echo " --ldflags-system Print only system libs ICU links with (-lpthread, -lm)"
49 echo " --ldflags-icuio Print ICU icuio link directive. Use in addition to --ldflags "
    [all...]
  /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...]
  /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/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"

Completed in 87 milliseconds