New comment by Marie-Joseph on void-packages repository https://github.com/void-linux/void-packages/pull/34853#issuecomment-1009434203 Comment: I just noticed that in line 49, that `-m64` flag only gets by CI because cross builds use 64-bit hosts. That'll be changed to `-m${XBPS_WORDSIZE}`. If anyone notices other things like that in the values passed to `env`, please let me know. I literally just copied the env passed to configure in the default build and changed the libraries and binaries to host versions (so instead of eg aarch64-musl-gcc it's just gcc, etc).