libm's headers have moved to live with their libc cousins.
(To reduce the need for this kind of thing in the various build systems.) Change-Id: I75d11497bbf42695f804bcc9ea9ba3b3a12ac764
This commit is contained in:
parent
d30e610ef2
commit
852442957b
7 changed files with 0 additions and 13 deletions
|
@ -103,8 +103,6 @@ func init() {
|
|||
"-isystem ${LibcRoot}/include",
|
||||
"-isystem ${LibcRoot}/kernel/uapi",
|
||||
"-isystem ${LibcRoot}/kernel/uapi/asm-arm64",
|
||||
"-isystem ${LibmRoot}/include",
|
||||
"-isystem ${LibmRoot}/include/arm64",
|
||||
}, " "))
|
||||
|
||||
pctx.StaticVariable("arm64ClangCflags", strings.Join(clangFilterUnknownCflags(arm64Cflags), " "))
|
||||
|
|
|
@ -167,8 +167,6 @@ func init() {
|
|||
"-isystem ${LibcRoot}/include",
|
||||
"-isystem ${LibcRoot}/kernel/uapi",
|
||||
"-isystem ${LibcRoot}/kernel/uapi/asm-arm",
|
||||
"-isystem ${LibmRoot}/include",
|
||||
"-isystem ${LibmRoot}/include/arm",
|
||||
}, " "))
|
||||
|
||||
// Extended cflags
|
||||
|
|
1
cc/cc.go
1
cc/cc.go
|
@ -65,7 +65,6 @@ var (
|
|||
HostPrebuiltTag = pctx.VariableConfigMethod("HostPrebuiltTag", common.Config.PrebuiltOS)
|
||||
|
||||
LibcRoot = pctx.SourcePathVariable("LibcRoot", "bionic/libc")
|
||||
LibmRoot = pctx.SourcePathVariable("LibmRoot", "bionic/libm")
|
||||
)
|
||||
|
||||
// Flags used by lots of devices. Putting them in package static variables will save bytes in
|
||||
|
|
|
@ -105,8 +105,6 @@ func init() {
|
|||
"-isystem ${LibcRoot}/include",
|
||||
"-isystem ${LibcRoot}/kernel/uapi",
|
||||
"-isystem ${LibcRoot}/kernel/uapi/asm-mips",
|
||||
"-isystem ${LibmRoot}/include",
|
||||
"-isystem ${LibmRoot}/include/mips",
|
||||
}, " "))
|
||||
|
||||
// Clang cflags
|
||||
|
|
|
@ -137,8 +137,6 @@ func init() {
|
|||
"-isystem ${LibcRoot}/include",
|
||||
"-isystem ${LibcRoot}/kernel/uapi",
|
||||
"-isystem ${LibcRoot}/kernel/uapi/asm-mips",
|
||||
"-isystem ${LibmRoot}/include",
|
||||
"-isystem ${LibmRoot}/include/mips",
|
||||
}, " "))
|
||||
|
||||
// Clang cflags
|
||||
|
|
|
@ -152,8 +152,6 @@ func init() {
|
|||
"-isystem ${LibcRoot}/include",
|
||||
"-isystem ${LibcRoot}/kernel/uapi",
|
||||
"-isystem ${LibcRoot}/kernel/uapi/asm-x86",
|
||||
"-isystem ${LibmRoot}/include",
|
||||
"-isystem ${LibmRoot}/include/amd64",
|
||||
}, " "))
|
||||
|
||||
// Clang cflags
|
||||
|
|
|
@ -154,8 +154,6 @@ func init() {
|
|||
"-isystem ${LibcRoot}/include",
|
||||
"-isystem ${LibcRoot}/kernel/uapi",
|
||||
"-isystem ${LibcRoot}/kernel/uapi/asm-x86",
|
||||
"-isystem ${LibmRoot}/include",
|
||||
"-isystem ${LibmRoot}/include/i387",
|
||||
}, " "))
|
||||
|
||||
// Clang cflags
|
||||
|
|
Loading…
Reference in a new issue