Changeset 2684
- Timestamp:
- 09/18/06 03:07:20 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/clfs-1.0/BOOK/temp-system/common/choose.xml
r2615 r2684 16 16 rest there. Alternatively, you can chroot into the temporary system.</para> 17 17 18 <para os="b">The boot method is forwhen you are building on a different18 <para os="b">The boot method is needed when you are building on a different 19 19 architecture. For example, if you are building a PowerPC system from 20 20 an x86, you can't chroot. The chroot method is for when you are … … 36 36 <para>To chroot, you will also need a Linux Kernel-2.6.x (having been 37 37 compiled with GCC-3.0 or greater). The reason for the kernel version 38 requirement is that thread-local 39 storage support in Binutils will not be built and 40 the Native POSIX Threading Library (NPTL) test suite will segfault if 41 the host's kernel isn't at least a 2.6.x version compiled with a 3.0 or 42 later release of GCC.</para> 38 requirement is that, without it, thread-local storage support in Binutils 39 will not be built and the Native POSIX Threading Library (NPTL) test suite 40 will segfault.</para> 43 41 44 42 <para>To check your kernel version, run <command>cat /proc/version</command>
