Changeset 040521bc for BOOK/temp-system


Ignore:
Timestamp:
Sep 22, 2006, 8:30:38 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
8953f24
Parents:
5921622
Message:

Sync up with 1.0 Book

Location:
BOOK/temp-system
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/alpha/gcc.xml

    r5921622 r040521bc  
    7272
    7373    <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"
    7874    href="../../final-system/common/gcc.xml"
    7975    xpointer="xpointer(//*[@os='f'])"/>
  • BOOK/temp-system/common/bash.xml

    r5921622 r040521bc  
    3434    </para>
    3535
    36 <screen os="c4"><userinput> echo "bash_cv_sys_named_pipes=yes" >> config.cache</userinput></screen>
     36<screen os="c4"><userinput>echo "bash_cv_sys_named_pipes=yes" >> config.cache</userinput></screen>
    3737
    3838    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/common/choose.xml

    r5921622 r040521bc  
    1616  rest there. Alternatively, you can chroot into the temporary system.</para>
    1717
    18   <para os="b">The boot method is for when you are building on a different
     18  <para os="b">The boot method is needed when you are building on a different
    1919  architecture. For example, if you are building a PowerPC system from
    2020  an x86, you can't chroot. The chroot method is for when you are
     
    3434  method.</para>
    3535
     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
    3646  <para os="e">For the boot method, follow <xref linkend="chapter-boot"/>.</para>
    3747
  • BOOK/temp-system/common/introduction.xml

    r5921622 r040521bc  
    1919  <para>The tools in this chapter are cross-compiled using the toolchain in
    2020  /cross-tools and will be installed under the
    21   <filename class="directory">$CLFS/tools</filename> directory to keep
     21  <filename class="directory">${CLFS}/tools</filename> directory to keep
    2222  them separate from the files installed in <xref
    2323  linkend="chapter-building-system"/> and the host production directories.
     
    2828  variable is set up properly:</para>
    2929
    30 <screen><userinput>echo $CLFS</userinput></screen>
     30<screen><userinput>echo ${CLFS}</userinput></screen>
    3131
    3232  <para>Make sure the output shows the path to the CLFS partition's mount
  • BOOK/temp-system/mips/gcc.xml

    r5921622 r040521bc  
    7272
    7373    <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"
    7874    href="../../final-system/common/gcc.xml"
    7975    xpointer="xpointer(//*[@os='f'])"/>
  • BOOK/temp-system/mips64-64/gcc.xml

    r5921622 r040521bc  
    8080
    8181    <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"
    8682    href="../../final-system/common/gcc.xml"
    8783    xpointer="xpointer(//*[@os='f'])"/>
  • BOOK/temp-system/mips64/gcc.xml

    r5921622 r040521bc  
    8080
    8181    <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"
    8682    href="../../final-system/common/gcc.xml"
    8783    xpointer="xpointer(//*[@os='f'])"/>
  • BOOK/temp-system/ppc/gcc.xml

    r5921622 r040521bc  
    7272
    7373    <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"
    7874    href="../../final-system/common/gcc.xml"
    7975    xpointer="xpointer(//*[@os='f'])"/>
  • BOOK/temp-system/ppc64/gcc.xml

    r5921622 r040521bc  
    8080
    8181    <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"
    8682    href="../../final-system/common/gcc.xml"
    8783    xpointer="xpointer(//*[@os='f'])"/>
  • BOOK/temp-system/sparc/gcc.xml

    r5921622 r040521bc  
    8080
    8181    <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"
    8682    href="../../final-system/common/gcc.xml"
    8783    xpointer="xpointer(//*[@os='f'])"/>
  • BOOK/temp-system/sparc64-64/gcc.xml

    r5921622 r040521bc  
    8888
    8989    <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"
    9490    href="../../final-system/common/gcc.xml"
    9591    xpointer="xpointer(//*[@os='f'])"/>
  • BOOK/temp-system/sparc64/gcc.xml

    r5921622 r040521bc  
    8888
    8989    <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"
    9490    href="../../final-system/common/gcc.xml"
    9591    xpointer="xpointer(//*[@os='f'])"/>
  • BOOK/temp-system/x86/gcc.xml

    r5921622 r040521bc  
    7070
    7171    <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"
    7672    href="../../final-system/common/gcc.xml"
    7773    xpointer="xpointer(//*[@os='f'])"/>
  • BOOK/temp-system/x86_64-64/gcc.xml

    r5921622 r040521bc  
    8080
    8181    <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"
    8682    href="../../final-system/common/gcc.xml"
    8783    xpointer="xpointer(//*[@os='f'])"/>
  • BOOK/temp-system/x86_64/gcc.xml

    r5921622 r040521bc  
    8080
    8181    <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"
    8682    href="../../final-system/common/gcc.xml"
    8783    xpointer="xpointer(//*[@os='f'])"/>
     
    112108        <term><parameter>CXX="${CXX} ${BUILD64}"</parameter></term>
    113109        <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>
    115111        </listitem>
    116112      </varlistentry>
Note: See TracChangeset for help on using the changeset viewer.