OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mips64ldflags
(Results
1 - 1
of
1
) sorted by null
/build/soong/cc/
mips64_device.go
62
mips64Ldflags
= []string{
101
pctx.StaticVariable("
mips64Ldflags
", strings.Join(
mips64Ldflags
, " "))
115
pctx.StaticVariable("mips64ClangLdflags", strings.Join(clangFilterUnknownCflags(
mips64Ldflags
), " "))
167
return "${
mips64Ldflags
}"
Completed in 1950 milliseconds