New review comment by tornaria on void-packages repository https://github.com/void-linux/void-packages/pull/32601#discussion_r701444202 Comment: Here I suggest adding the following ``` build_options="native_build" if [ -z "$build_option_native_build" ]; then # this disables sse3 configure_args="--disable-sse2" fi ``` If I'm not mistaken this will: a. disable sse3 for x86_64 b. disable sse2 for i686 In particular, I expect this should fix the failure for the i686 build.