New review comment by astralchan on void-packages repository https://github.com/void-linux/void-packages/pull/41675#discussion_r1248572574 Comment: For targeting i686, I might try: ```sh if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then make_build_args+=" arch=x86_32" fi ```