diff --git a/configure b/configure index 87e2a8c22b6638..bfdc2697c076c4 100755 --- a/configure +++ b/configure @@ -575,7 +575,7 @@ def host_arch_cc(): # would be xlc so hard code gcc k = cc_macros('gcc') else: - k = cc_macros() + k = cc_macros(os.environ.get('CC_host')) matchup = { '__aarch64__' : 'arm64',