Show CHOST in show_partial_environ

This can influence other values, so it is useful to see it directly.
This commit is contained in:
Kp 2020-08-16 00:43:12 +00:00
parent e0b10880de
commit 0b141ea122

View file

@ -109,6 +109,7 @@ class ToolchainInformation(StaticSubprocess):
return tool, _qcall(tool).out.strip()
@staticmethod
def show_partial_environ(env, user_settings, f):
f("CHOST: %r" % (user_settings.CHOST,))
for v in (
'CXX',
'CPPDEFINES',