Changeset 040521bc for BOOK/temp-system
- Timestamp:
- Sep 22, 2006, 8:30:38 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 8953f24
- Parents:
- 5921622
- Location:
- BOOK/temp-system
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/alpha/gcc.xml
r5921622 r040521bc 72 72 73 73 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 74 href="../../cross-tools/alpha/gcc-static.xml"75 xpointer="xpointer(//*[@os='ak'])"/>76 77 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"78 74 href="../../final-system/common/gcc.xml" 79 75 xpointer="xpointer(//*[@os='f'])"/> -
BOOK/temp-system/common/bash.xml
r5921622 r040521bc 34 34 </para> 35 35 36 <screen os="c4"><userinput> 36 <screen os="c4"><userinput>echo "bash_cv_sys_named_pipes=yes" >> config.cache</userinput></screen> 37 37 38 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/common/choose.xml
r5921622 r040521bc 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 … … 34 34 method.</para> 35 35 36 <para>To chroot, you will also need a Linux Kernel-2.6.x (having been 37 compiled with GCC-3.0 or greater). The reason for the kernel version 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> 41 42 <para>To check your kernel version, run <command>cat /proc/version</command> 43 - if it does not say that you are running a 2.6.2 or later Linux kernel, 44 compiled with GCC 3.0 or later, you cannot chroot.</para> 45 36 46 <para os="e">For the boot method, follow <xref linkend="chapter-boot"/>.</para> 37 47 -
BOOK/temp-system/common/introduction.xml
r5921622 r040521bc 19 19 <para>The tools in this chapter are cross-compiled using the toolchain in 20 20 /cross-tools and will be installed under the 21 <filename class="directory">$ CLFS/tools</filename> directory to keep21 <filename class="directory">${CLFS}/tools</filename> directory to keep 22 22 them separate from the files installed in <xref 23 23 linkend="chapter-building-system"/> and the host production directories. … … 28 28 variable is set up properly:</para> 29 29 30 <screen><userinput>echo $ CLFS</userinput></screen>30 <screen><userinput>echo ${CLFS}</userinput></screen> 31 31 32 32 <para>Make sure the output shows the path to the CLFS partition's mount -
BOOK/temp-system/mips/gcc.xml
r5921622 r040521bc 72 72 73 73 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 74 href="../../cross-tools/mips/gcc-static.xml"75 xpointer="xpointer(//*[@os='ak'])"/>76 77 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"78 74 href="../../final-system/common/gcc.xml" 79 75 xpointer="xpointer(//*[@os='f'])"/> -
BOOK/temp-system/mips64-64/gcc.xml
r5921622 r040521bc 80 80 81 81 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 82 href="../../cross-tools/mips64-64/gcc-static.xml"83 xpointer="xpointer(//*[@os='ak'])"/>84 85 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"86 82 href="../../final-system/common/gcc.xml" 87 83 xpointer="xpointer(//*[@os='f'])"/> -
BOOK/temp-system/mips64/gcc.xml
r5921622 r040521bc 80 80 81 81 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 82 href="../../cross-tools/mips64/gcc-static.xml"83 xpointer="xpointer(//*[@os='ak'])"/>84 85 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"86 82 href="../../final-system/common/gcc.xml" 87 83 xpointer="xpointer(//*[@os='f'])"/> -
BOOK/temp-system/ppc/gcc.xml
r5921622 r040521bc 72 72 73 73 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 74 href="../../cross-tools/ppc/gcc-static.xml"75 xpointer="xpointer(//*[@os='ak'])"/>76 77 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"78 74 href="../../final-system/common/gcc.xml" 79 75 xpointer="xpointer(//*[@os='f'])"/> -
BOOK/temp-system/ppc64/gcc.xml
r5921622 r040521bc 80 80 81 81 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 82 href="../../cross-tools/x86_64/gcc-static.xml"83 xpointer="xpointer(//*[@os='ak'])"/>84 85 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"86 82 href="../../final-system/common/gcc.xml" 87 83 xpointer="xpointer(//*[@os='f'])"/> -
BOOK/temp-system/sparc/gcc.xml
r5921622 r040521bc 80 80 81 81 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 82 href="../../cross-tools/sparc/gcc-static.xml"83 xpointer="xpointer(//*[@os='ak'])"/>84 85 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"86 82 href="../../final-system/common/gcc.xml" 87 83 xpointer="xpointer(//*[@os='f'])"/> -
BOOK/temp-system/sparc64-64/gcc.xml
r5921622 r040521bc 88 88 89 89 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 90 href="../../cross-tools/sparc64-64/gcc-static.xml"91 xpointer="xpointer(//*[@os='ak'])"/>92 93 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"94 90 href="../../final-system/common/gcc.xml" 95 91 xpointer="xpointer(//*[@os='f'])"/> -
BOOK/temp-system/sparc64/gcc.xml
r5921622 r040521bc 88 88 89 89 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 90 href="../../cross-tools/sparc64/gcc-static.xml"91 xpointer="xpointer(//*[@os='ak'])"/>92 93 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"94 90 href="../../final-system/common/gcc.xml" 95 91 xpointer="xpointer(//*[@os='f'])"/> -
BOOK/temp-system/x86/gcc.xml
r5921622 r040521bc 70 70 71 71 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 72 href="../../cross-tools/x86/gcc-static.xml"73 xpointer="xpointer(//*[@os='ak'])"/>74 75 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"76 72 href="../../final-system/common/gcc.xml" 77 73 xpointer="xpointer(//*[@os='f'])"/> -
BOOK/temp-system/x86_64-64/gcc.xml
r5921622 r040521bc 80 80 81 81 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 82 href="../../cross-tools/x86_64-64/gcc-static.xml"83 xpointer="xpointer(//*[@os='ak'])"/>84 85 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"86 82 href="../../final-system/common/gcc.xml" 87 83 xpointer="xpointer(//*[@os='f'])"/> -
BOOK/temp-system/x86_64/gcc.xml
r5921622 r040521bc 80 80 81 81 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 82 href="../../cross-tools/x86_64/gcc-static.xml"83 xpointer="xpointer(//*[@os='ak'])"/>84 85 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"86 82 href="../../final-system/common/gcc.xml" 87 83 xpointer="xpointer(//*[@os='f'])"/> … … 112 108 <term><parameter>CXX="${CXX} ${BUILD64}"</parameter></term> 113 109 <listitem> 114 <para>This forces the C++ compiler to use our Build 64 FLAGS.</para>110 <para>This forces the C++ compiler to use our 64 Bit flags.</para> 115 111 </listitem> 116 112 </varlistentry>
Note:
See TracChangeset
for help on using the changeset viewer.