Guest User

Untitled

a guest
Oct 21st, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. The following can be built with --build always being
  2. equal to x86_64-unknown-linux-gnu and --host always
  3. being equal to what uname -m gives.
  4.  
  5. Build order:
  6.  
  7. 01. Build GMP
  8. 02. Build MPFR
  9. 03. MPC
  10. 04. binutils
  11. 05. libelf
  12. 06. core pass 1 compiler (doesn't need libc, can setup libc)
  13. 07. kernel headers
  14. 08. C library headers and start files
  15. 09. core pass 2 compiler
  16. 10. complete C library (multilib)
  17. 11. final compiler (multilib)
Add Comment
Please, Sign In to add comment