Changeset 9f5a80a for BOOK


Ignore:
Timestamp:
Jan 3, 2009, 7:23:45 PM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
88958a8
Parents:
ef68b1c
Message:

Text updates

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/alpha/glibc-headers.xml

    ref68b1c r9f5a80a  
    2323    <title>Installation of Glibc Headers</title>
    2424
    25     <para os="s1">The following sed removes a dependency of gcc 3.4.x from
    26     the glibc we are using in cross-lfs. The reason we are changing it is
    27     because this only installs the headers, no compiling takes place. In the
    28     next Glibc installation, we use the GCC that's built right after this section:</para>
     25    <para os="s1">Glibc's <filename>configure</filename> script checks the
     26    version of GCC, and will fail if it's less than 3.4. The next Glibc build
     27    will use the GCC that will be installed into
     28    <filename class="directory">/cross-tools</filename> in the next step.
     29    However, in this step only the Glibc headers are being installed - no
     30    compiling is taking place - so the GCC version isn't important. The
     31    following sed removes the dependency of GCC 3.4.x:</para>
    2932
    3033<screen os="s2"><userinput>cp -v configure{,.orig}
  • BOOK/cross-tools/common/ncurses.xml

    ref68b1c r9f5a80a  
    3535    --without-shared</userinput></screen>
    3636
    37     <para os="c">Build the headers and then build tic:</para>
     37    <para os="c">Build the headers and then build <command>tic</command>:</para>
    3838
    3939<screen os="d"><userinput>make -C include
    4040make -C progs tic</userinput></screen>
    4141
    42     <para os="e">Install tic with the following command:</para>
     42    <para os="e">Install <command>tic</command> with the following command:</para>
    4343
    4444<screen os="f"><userinput>install -m755 progs/tic /cross-tools/bin</userinput></screen>
  • BOOK/testsuite-tools/common/expect.xml

    ref68b1c r9f5a80a  
    4242
    4343    <para os="p1">The following patch prevents Expect from using functions
    44     that are internal to TCL and are no longer available for expect to
     44    that are internal to TCL and are no longer available for Expect to
    4545    link against:</para>
    4646
Note: See TracChangeset for help on using the changeset viewer.