There is an updated pull request by zdtcd against master on the void-packages repository https://github.com/zdtcd/void-packages cross-lib https://github.com/void-linux/void-packages/pull/14401 cross-i686 compiler: keep sysroot /lib symlink When packaging Firefox ESR 68.1.0, and cross compile i686 from x86_64, I received this complains: > 0:06.67 DEBUG: | /usr/lib/gcc/i686-pc-linux-gnu/9.2.0/../../../../i686-pc-linux-gnu/bin/ld: cannot find /lib/libc.so.6 inside /usr/i686-pc-linux-gnu > 0:06.67 DEBUG: | /usr/lib/gcc/i686-pc-linux-gnu/9.2.0/../../../../i686-pc-linux-gnu/bin/ld: cannot find /lib/ld-linux.so.2 inside /usr/i686-pc-linux-gnu I didn't run into this complain when packaging aarch64 from x86_64, I have a different problem when packaging ppc64le from x86_64 A patch file from https://github.com/void-linux/void-packages/pull/14401.patch is attached