commit | 72d4bc10252c059fd46a76ed6539453cfbcd246f | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Feb 09 20:01:16 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 09 20:01:16 2024 +0000 |
tree | 25a3c3ab7151d0ccba78001ce8835a091cb6a23e | |
parent | c9b0abeec0f24ce9e4314261b1def8a51149a39d [diff] | |
parent | c7c666a3543d276dcd7cdf728bd403e4d480fedd [diff] |
Merge "Remove macros that the Linux host no longer needs." into main am: c7c666a354 Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2955865 Change-Id: Ic93a2ae1b4c388f7f545872f5c9dc5d990060d84 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/cc/config/x86_linux_host.go b/cc/config/x86_linux_host.go index f497bf9..9bc54d6 100644 --- a/cc/config/x86_linux_host.go +++ b/cc/config/x86_linux_host.go
@@ -30,11 +30,6 @@ "-D_FORTIFY_SOURCE=2", "-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}", "-fstack-protector-strong", }