From ac43c556569e1efcbe405ac0db36ad2dae214896 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 7 Feb 2024 18:30:22 +0000 Subject: [PATCH] Remove macros that Darwin never used. Test: treehugger Change-Id: I4b31c1f40142c0346ac2d2c9e9b831954c4d9468 --- cc/config/darwin_host.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cc/config/darwin_host.go b/cc/config/darwin_host.go index b7895900d..47c61b08f 100644 --- a/cc/config/darwin_host.go +++ b/cc/config/darwin_host.go @@ -29,11 +29,6 @@ var ( "-fPIC", "-funwind-tables", - // Workaround differences in inttypes.h between host and target. - //See bug 12708004. - "-D__STDC_FORMAT_MACROS", - "-D__STDC_CONSTANT_MACROS", - "-isysroot ${macSdkRoot}", "-mmacosx-version-min=${macMinVersion}", "-DMACOSX_DEPLOYMENT_TARGET=${macMinVersion}",