Why do I need a Cross Compiler?: Difference between revisions

m
Fixed typing error.
[unchecked revision][unchecked revision]
m (Improve section description)
m (Fixed typing error.)
Line 101:
 
=== Compiler releases break your OS ===
Not everyone is using the same gcc as youryou are, which means that people on other operating systems (even versions, or compiler releases) will have trouble building your operating system correctly. If you use a cross-compiler, then everyone is using the same compiler version and assumptions about the host system won't make it into your operating system.
 
=== Support ===
Anonymous user