libm\'s headers have moved to live with their libc cousins.
am: 8524429
* commit '852442957bf35e9dced80ec01d8a72da28743ea5':
libm's headers have moved to live with their libc cousins.
Change-Id: I9e10b1e6d08ecd25b6cfda4cbc2b973a20d1aaa9
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user