From 49e8f25966a8c5fece422ea245f297bc3ad99c4a Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Fri, 9 Feb 2024 16:43:34 +0000 Subject: [PATCH] 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 --- cc/config/x86_linux_host.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cc/config/x86_linux_host.go b/cc/config/x86_linux_host.go index f497bf9c2..9bc54d6b6 100644 --- a/cc/config/x86_linux_host.go +++ b/cc/config/x86_linux_host.go @@ -30,11 +30,6 @@ var ( "-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", }