OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ldflags
(Results
1 - 13
of
13
) 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
...]
icu-config
123
# 1. use
LDFLAGS
, CFLAGS, etc from above
219
LDFLAGS
="-Wl,--gc-sections ${RPATHLDFLAGS}"
228
SHLIB_c="${CC} ${DEFS} ${CPPFLAGS} ${CFLAGS} ${
LDFLAGS
} -shared"
229
SHLIB_cc="${CXX} ${DEFS} ${CPPFLAGS} ${CXXFLAGS} ${
LDFLAGS
} -shared"
312
## These are the library specific
LDFLAGS
336
#
LDflags
that pkgdata will use
393
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. "
394
echo " --
ldflags
-layout Print ICU layout engine link directive. Use in addition to --
ldflags
"
[
all
...]
/external/compiler-rt/test/timing/
time
7
ldflags
=$4
9
if gcc -arch $arch -Os $file $
ldflags
-DLIBNAME=$name
/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"
97
gcc "$s" -o "$prog" $
ldflags
|| exit 1
107
gcc "$opts" -o "$optprog" $
ldflags
|| exit
/external/icu4c/samples/
defs.mk
13
LDFLAGS
=$^ $(shell icu-config --
ldflags
)
14
LDFLAGS_USTDIO =$(shell icu-config --
ldflags
-icuio)
/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
)) \
/ndk/build/tools/
common-build-host-funcs.sh
689
--
ldflags
="$HOST_LDFLAGS" \
785
LDFLAGS
=
796
export CFLAGS CXXFLAGS
LDFLAGS
build-host-gcc.sh
863
--
ldflags
="$HOST_LDFLAGS"
[
all
...]
/external/openssh/
configure
666
LDFLAGS
766
LDFLAGS
[
all
...]
Completed in 2882 milliseconds