Whenever I try to use crossdev on my i686 to create a cross-compilation environment for my i586, cross-gcc-stage1 fails.
Created attachment 81854 [details] When crossdev fails, at gives a message that I should attach this file to a bug report, if I submit one.
Created attachment 81855 [details] Another log file crossdev told me to attach to the bug report
To cross compile i686-pc-linux-gnu as host and i586-pc-linux-gnu as target is not require to build cross compiler by crossdev, IMHO. Simply use naitive i686-pc-linux-gnu with i586's CFLAGS. Or, if you just want to use sys-devel/gcc-4.1.0, just update your host compiler as your own risk. :)
*** This bug has been marked as a duplicate of 106513 ***