OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ldflags
(Results
1 - 25
of
50
) sorted by null
1
2
/external/chromium_org/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
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/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/llvm/examples/Kaleidoscope/MCJIT/complete/
Makefile
4
clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --
ldflags
--libs core jit mcjit native irreader` -o toy
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Makefile
4
clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --
ldflags
--libs core mcjit native` -o toy-mcjit
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Makefile
4
clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --
ldflags
--libs core mcjit native` -o toy-mcjit
7
clang++ toy-jit.cpp -g -O3 -rdynamic `llvm-config --cppflags --
ldflags
--libs core jit native` -o toy-jit
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Makefile
4
clang++ toy.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --
ldflags
--libs core mcjit native irreader` -o toy-mcjit
7
clang++ toy-jit.cpp -g -O3 -rdynamic -fno-rtti `llvm-config --cppflags --
ldflags
--libs core jit native irreader` -o toy-jit
11
clang++ toy-jit.cpp -g -O3 -rdynamic -fno-rtti -DDUMP_FINAL_MODULE `llvm-config --cppflags --
ldflags
--libs core jit native irreader` -o toy-ir-gen
/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)
/prebuilts/python/darwin-x86/2.7.5/bin/
python-config.sh
5
echo "Usage: $0 [ignored.py] --prefix|--exec-prefix|--includes|--libs|--cflags|--
ldflags
|--extension-suffix|--help|--abiflags|--configdir"
74
--prefix|--exec-prefix|--includes|--libs|--cflags|--
ldflags
)
100
--
ldflags
)
/prebuilts/python/linux-x86/2.7.5/bin/
python-config.sh
5
echo "Usage: $0 [ignored.py] --prefix|--exec-prefix|--includes|--libs|--cflags|--
ldflags
|--extension-suffix|--help|--abiflags|--configdir"
74
--prefix|--exec-prefix|--includes|--libs|--cflags|--
ldflags
)
100
--
ldflags
)
/external/chromium_org/third_party/opus/src/
Makefile.unix
48
ldflags
-from-ldlibdirs = $(addprefix -L,$(1))
69
LDFLAGS
+= $(call
ldflags
-from-ldlibdirs,$(LDLIBDIRS))
73
LINK.o = $(CC) $(LDPREFLAGS) $(
LDFLAGS
)
/external/chromium_org/tools/gn/
config_values.h
35
STRING_VALUES_ACCESSOR(
ldflags
)
config_values_generator.cc
78
FILL_STRING_CONFIG_VALUE(
ldflags
)
gyp_binary_target_writer.h
41
std::vector<std::string>
ldflags
;
member in struct:GypBinaryTargetWriter::Flags
/external/chromium_org/tools/gyp/pylib/gyp/
msvs_emulation.py
438
def _GetDefFileAsLdflags(self,
ldflags
, gyp_to_build_path):
443
ldflags
.append('/DEF:"%s"' % def_file)
461
ldflags
= []
463
'VCLinkerTool', append=
ldflags
)
464
self._GetDefFileAsLdflags(
ldflags
, gyp_to_build_path)
467
ldflags
.extend(self._GetAdditionalLibraryDirectories(
474
ldflags
.append('/OUT:' + out)
477
ldflags
.append('/PDB:' + pdb)
480
ldflags
.append('/PGD:' + pgd)
522
ldflags
)
[
all
...]
xcode_emulation.py
611
ldflags
= []
616
ldflags
.append(self._MapLinkerFlagFilename(ldflag, gyp_to_build_path))
619
ldflags
.append('-Wl,-dead_strip')
622
ldflags
.append('-Wl,-prebind')
625
ldflags
, 'DYLIB_COMPATIBILITY_VERSION', '-compatibility_version %s')
627
ldflags
, 'DYLIB_CURRENT_VERSION', '-current_version %s')
629
self._AppendPlatformVersionMinFlags(
ldflags
)
632
ldflags
.append('-isysroot ' + self._SdkPath())
635
ldflags
.append('-L' + gyp_to_build_path(library_path))
638
ldflags
.append('-Wl,-order_file '
[
all
...]
/external/icu4c/samples/udata/
Makefile
47
LDFLAGS
+= -L$(ICU_PATH)/source/tools/toolutil $(shell icu-config --
ldflags
-toolutil)
59
$(CXX) -o $@ $(
LDFLAGS
)
62
$(CXX) -o $@ $(
LDFLAGS
) -licui18n -licuuc
/external/chromium_org/native_client_sdk/src/build_tools/
make_simple.py
61
LDFLAGS
.target ?= $(
LDFLAGS
)
71
LDFLAGS
.host ?=
132
\t$(LINK.%(toolset)s) $(LDFLAGS_%(target_name_var)s_$(BUILDTYPE)) $(
LDFLAGS
.%(toolset)s) -o $@ -Wl,--start-group $^ $(LIBS_%(target_name_var)s_$(BUILDTYPE)) -Wl,--end-group
167
ldflags
= config.get('
ldflags
', [])
169
ldflags
.insert(0, '-shared')
170
WriteList(makefile,
ldflags
, 'LDFLAGS_%s' % name)
/external/chromium_org/third_party/mesa/src/src/gallium/targets/pipe-loader/
Makefile
149
-
ldflags
'-L$(TOP)/$(LIB_DIR) $(PIPE_LDFLAGS) $(
LDFLAGS
)' \
156
-
ldflags
'-L$(TOP)/$(LIB_DIR) $(PIPE_LDFLAGS) $(
LDFLAGS
)' \
Completed in 674 milliseconds
1
2