A previous patch removed the need to set the auxiliary architecture as
it was no longer needed for the clang invocation after moving to using
the clang frontend. However, this had a second use of preventing
unsupported host architectures from building the device runtime. This
caused failures when trying to build on 32-bit hosts for example.
Fixes #56699
I remember there is a bug report about the name of host arch is not consistent among different OSs. If we just want to disable build for 32-bit system, we might want something else.