Remove macros that the Linux host no longer needs.
We patched our ancient glibc to match current glibc (and bionic/musl). Test: treehugger Change-Id: I6377b5dfb94d3a0e2209d4c2f0661ef81d362fc3
This commit is contained in:
@@ -30,11 +30,6 @@ var (
|
|||||||
"-D_FORTIFY_SOURCE=2",
|
"-D_FORTIFY_SOURCE=2",
|
||||||
"-fstack-protector",
|
"-fstack-protector",
|
||||||
|
|
||||||
// Workaround differences in inttypes.h between host and target.
|
|
||||||
//See bug 12708004.
|
|
||||||
"-D__STDC_FORMAT_MACROS",
|
|
||||||
"-D__STDC_CONSTANT_MACROS",
|
|
||||||
|
|
||||||
"--gcc-toolchain=${LinuxGccRoot}",
|
"--gcc-toolchain=${LinuxGccRoot}",
|
||||||
"-fstack-protector-strong",
|
"-fstack-protector-strong",
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user