Changeset d4b6ea9 for temp-system/common/choose.xml
- Timestamp:
- Sep 17, 2006, 8:07:20 PM (18 years ago)
- Children:
- 5ef5e33
- Parents:
- 7315ab5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp-system/common/choose.xml
r7315ab5 rd4b6ea9 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>
Note:
See TracChangeset
for help on using the changeset viewer.