There is a table:

Stage   Build   Host    Target  Action
1       A       A       B       build cross-compiler cc1 using ccA on machine A
2       A       B       B       build cross-compiler cc2 using cc1 on machine A
3       B       C       C       build compiler ccC using cc2 on machine B

Should stage 2 be "A B C"?  Without a compiler targeting C we can't build ccC,
which should runn on C.
-- 
Xi Ruoyao <xry...@mengyan1223.wang>
School of Aerospace Science and Technology, Xidian University

-- 
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to