OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:darwinldflags
(Results
1 - 1
of
1
) sorted by null
/build/soong/cc/
x86_darwin_host.go
35
darwinLdflags
= []string{
75
darwinClangLdflags = clangFilterUnknownCflags(
darwinLdflags
)
115
pctx.StaticVariable("
darwinLdflags
", strings.Join(
darwinLdflags
, " "))
206
return "${
darwinLdflags
} ${darwinX86Ldflags}"
210
return "${
darwinLdflags
} ${darwinX8664Ldflags}"
Completed in 73 milliseconds