Alexander E. Patrakov wrote: > Conclusion: Debian Lenny x86 multilib setup (which is clearly a huge > deviation from upstream gcc) is not going to be supported by any native > build method. The fact that "non-bootstrap of gcc pass1" works is pure luck.
Interesting, though, isn't it, that stage1 of the bootstrap seems to build OK, but stage2 is built incorrectly. The difference of course, being that stage1 is built with the host's linker, assembler, etc., because of the 'CC="gcc -B/usr/bin/"' line, but stage2 is built with our new binutils. I wonder if stage1 would even build successfully without the use of -B? -- JH -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
