New comment by jjsullivan5196 on void-packages repository https://github.com/void-linux/void-packages/pull/25004#issuecomment-696472167 Comment: I got the latest findings reflected in the template, the enabled archs should build+run properly, and zig won't dump its cache in `/tmp` anymore. I also restricted arm32 to v6 and up, since `_mcpu="generic+v5te"` emitted this error: ``` :1:2: error: instruction requires: armv6k yield ^ LLVM ERROR: Error parsing inline asm ```