Changes between Version 18 and Version 19 of CrossCompilation
- Timestamp:
- 01/01/12 13:41:56 (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CrossCompilation
v18 v19 55 55 56 56 * '''Cross-compiler''' 57 * Developer configures with B = H, and H ≠ T: 58 `$ ./configure --target=`''other-platform'' 57 * Developer configures with B = H, and H ≠ T:[[BR]]`$ ./configure --target=`''other-platform'' 59 58 * Build though Stage 1 and libs install 60 59 * Package Stage 1 GHC and libs install as the desired cross-compiler 61 60 * '''Cross-build''' 62 * Developer configures with B ≠ H, and H = T 63 `$ ./configure --host=`''other-platform''` --target=`''other-platform'' 61 * Developer configures with B ≠ H, and H = T:[[BR]]`$ ./configure --host=`''other-platform''` --target=`''other-platform'' 64 62 * Internally, set H to B, so that we have B = H, and H ≠ T as required 65 63 * Build through libs install and Stage 2
