Even though you're building from i686 to i586 you can't chroot (unless
you use a uname hack). Why? Even though /tools is built for i586. The
compiler that is built in the final system is built independent of
/tools detecting its target triplet from config.guess. Which will call
uname which will in turn ask the kernel. And report i686-pc-linux-gnu.
You can use this uname hack to make the kernel report your processor as
a i586.

http://ftp.jg555.com/lfs/uname_ix86.c

   - Joe
_______________________________________________
Clfs-support mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-support

Reply via email to