I don't use it so much, not needed unless you want to run arm binaries on x86. I used to do a chroot and run/compile in qemu emulation but that was dreadfully slow. Now I just cross compile and do the following before I run arm 32bit binary on my 64bit x86.
export QEMU_LD_PREFIX=/usr/YOUR_ARM_ROOT
I also have Gentoo induced nightmares, you're not alone ;)
We're a place where coders share, stay up-to-date and grow their careers.
I don't use it so much, not needed unless you want to run arm binaries on x86. I used to do a chroot and run/compile in qemu emulation but that was dreadfully slow. Now I just cross compile and do the following before I run arm 32bit binary on my 64bit x86.
I also have Gentoo induced nightmares, you're not alone ;)
