New review comment by paper42 on void-packages repository https://github.com/void-linux/void-packages/pull/35254#discussion_r793853257 Comment: ```suggestion if ! [ ${XBPS_TARGET_MACHINE} = "x86_64" ]; then ``` but on aarch64 systems, it will default to aarch64, so this doesn't really make sense for native compilation, so a) change this to run only when cross compiling and trust them to detect the architecture correctly b) set it in configure_args every the time