OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mips64cflags
(Results
1 - 1
of
1
) sorted by null
/build/soong/cc/
mips64_device.go
24
mips64Cflags
= []string{
100
pctx.StaticVariable("
mips64Cflags
", strings.Join(
mips64Cflags
, " "))
114
pctx.StaticVariable("mips64ClangCflags", strings.Join(clangFilterUnknownCflags(
mips64Cflags
), " "))
196
cflags: "${
mips64Cflags
}",
Completed in 349 milliseconds