commit | 767c40ee01c628936ae8de17a3b14125243a56ab | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Feb 09 20:38:56 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Fri Feb 09 20:38:56 2024 +0000 |
tree | b9e966887e0f262b974401a5db72d9f91b2873f1 | |
parent | 18992e7f40c23a67512cbe42d8bef720281f9675 [diff] | |
parent | 72d4bc10252c059fd46a76ed6539453cfbcd246f [diff] |
Merge "Remove macros that the Linux host no longer needs." into main am: c7c666a354 am: 72d4bc1025 Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2955865 Change-Id: I0e1e272b994a44f8f729c3c3e20d188b493b1743 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", }