close Warning: Failed to sync with repository "(default)": [Errno 12] Cannot allocate memory; repository information may be out of date. Look in the Trac log for more information including mitigation strategies.

Changes between Version 5 and Version 6 of faq


Ignore:
Timestamp:
Nov 8, 2008, 9:30:18 AM (15 years ago)
Author:
animeloe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • faq

    v5 v6  
    1515'''Q: All this talk about a toolchain.  What exactly ''IS'' a toolchain?'''
    1616
    17 A: The toolchain is the foundation of your building environment.  It consists of kernel headers, C library (either glibc or uclibc), binutils (linker suite) and gcc (compiler suite).  Any changes of this set of tools might result in an unstable program being built.
     17A: The toolchain is the foundation of your building environment.  It consists of kernel headers, C library (either glibc or uclibc), binutils (linker suite) and gcc (compiler suite).  Any changes of this set of tools might result in an unstable program being built or inability to compile a program.  It should also be noted that '''''ANY CHANGES IN THE C LIBRARY WILL MOST LIKELY BREAK EVERY PROGRAM ON YOUR SYSTEM.  YOU HAVE BEEN WARNED.'''''
    1818
    1919