Default to BE_NATIVE (no cross build support) on 32-bit plaforms.
BE_AMDGPU and BE_WASM might be useful, but cross building for other
targets seems generally not worth supporting out of the box.
Completely disable MLIR and POLLY on 32-bit. Just building MLIR fails
routinly on armv7 and there aren't a lot of direct users (it's used by
FLANG, but FLANG is 64-bit only). Polly is pretty niche and add ands
quite a bit of build time.