Changeset 9172172 for BOOK


Ignore:
Timestamp:
Feb 26, 2006, 1:41:11 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:
b9783c4
Parents:
df709be
Message:

r2428@server (orig r1211): chris | 2006-02-26 12:57:41 -0800
More text fixes.

Location:
BOOK
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/alpha/aboot-build.xml

    rdf709be r9172172  
    2323    <title>Installation of Aboot</title>
    2424
    25     <para os="aa">The following patches addresses build issues with GCC 4.x:</para>
     25    <para os="aa">The following patch addresses build issues with GCC &gcc-version;:</para>
    2626
    2727<screen os="ab"><userinput>patch -Np1 -i ../&aboot-alpha-patch;</userinput></screen>
  • BOOK/cross-tools/x86_64/gcc-final.xml

    rdf709be r9172172  
    6363    xpointer="xpointer(//*[@os='aj'])"/>
    6464
    65     <para os="bd">Finally, disable <option>-B</option> in <filename>configure</filename>,
    66     so wrong architecture libraries are not picked up as -B is not expanded by the multilib spec.:</para>
     65    <para os="bd">Finally, disable <option>-B</option> in
     66    <filename>configure</filename> so wrong architecture libraries are not
     67    picked up, as -B is not expanded by the multilib spec:</para>
    6768
    6869<screen os="be"><userinput>cp -v configure{,.orig}
  • BOOK/final-system/common/kbd.xml

    rdf709be r9172172  
    3535    <title>Installation of Kbd</title>
    3636
    37     <para os="p1">The following patch fixes build issues with GCC 4.x:</para>
     37    <para os="p1">The following patch fixes build issues with GCC &gcc-version;:</para>
    3838
    3939<screen os="p2"><userinput>patch -Np1 -i ../&kbd-gcc4_fixes-patch;</userinput></screen>
  • BOOK/final-system/common/temp-perl.xml

    rdf709be r9172172  
    4141        <listitem>
    4242          <para>This tells Perl to build the minimum set of static
    43           extensions needed for installing and testing the Coreutils
    44           package later in this chapter.</para>
     43          extensions needed for installing and testing the Glibc and
     44          Coreutils packages later in this chapter.</para>
    4545        </listitem>
    4646      </varlistentry>
  • BOOK/temp-system/multilib/binutils.xml

    rdf709be r9172172  
    6363        <term><parameter>CC="${CC} ${BUILD64}"</parameter></term>
    6464        <listitem>
    65           <para>Tell the compiler to use our 64 bits Build flags.</para>
     65          <para>Tells the compiler to use our 64-bit build flags.</para>
    6666        </listitem>
    6767      </varlistentry>
  • BOOK/temp-system/x86_64/gcc.xml

    rdf709be r9172172  
    7373    <para os="da">When searching for the multilibs, force the build to use the
    7474    results of <option>--print-multi-lib</option> from our cross-compiler,
    75     not the native compiler <command>gcc</command> builds now.</para>
     75    not the native compiler <command>gcc</command> builds now:</para>
    7676
    7777<screen os="db"><userinput>cp -v gcc/Makefile.in{,.orig2}
Note: See TracChangeset for help on using the changeset viewer.