New comment by oreo639 on void-packages repository https://github.com/void-linux/void-packages/issues/39809#issuecomment-1272631539 Comment: > cross-powerpc64le-linux-gnu I can't reproduce this build failure? > cross-powerpcle-linux-gnu This is caused by glibc using big-endian specific instructions (that would normally trigger an exception in little-endian mode) that got blacklisted when assembling little-endian code in binutils 2.36. Would it be best to just mark the package as broken for now? > cross-x86_64-w64-mingw32 That should be able to be fixed by updating it to gcc 12.2+: https://github.com/gcc-mirror/gcc/commit/de6f402a54f7e6a3f8a79d723a25724e6274cc3e https://github.com/gcc-mirror/gcc/commit/ad5d760b815b3d491bdb5d97f6e053d60d6991b9