Ignore:
Timestamp:
08/29/2004 06:36:34 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
8b320e7
Parents:
ec0a37e6
Message:

Second round of edits for final release

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4066 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/binutils-pass1.xml

    rec0a37e6 r69993f4  
    2828<title>Installation of Binutils</title>
    2929
    30 <para>It is important that Binutils be the first package to get compiled,
    31 because both Glibc and GCC perform various tests on the available linker and
    32 assembler to determine which of their own features to enable.</para>
     30<para>It is important that Binutils be the first package compiled
     31because both Glibc and GCC perform various tests on the available
     32linker and assembler to determine which of their own features to
     33enable.</para>
    3334
    3435<para>This package is known to have issues when its default
     
    101102test suite, but at this early stage the test suite framework (Tcl,
    102103Expect, and DejaGNU) is not yet in place. The benefits of running the
    103 tests at this point would be minimal since the programs from this
     104tests at this point are minimal since the programs from this
    104105first pass will soon be replaced by those from the second.</para>
    105106
     
    130131<filename class="directory">ld</filename> subdirectory. Specifying the LIB_PATH
    131132Makefile variable on the command line allows us to override the default value
    132 and point it to our temporary tools location. The value of this variable
     133and point it to the temporary tools location. The value of this variable
    133134specifies the linker's default library search path. This preparation
    134135is used later in the chapter.</para></listitem>
     
    143144
    144145<sect2 role="content"><title/>
    145 <para>The details on this package are found in <xref linkend="contents-binutils"/>.</para>
     146<para>Details on this package are located in <xref linkend="contents-binutils"/>.</para>
    146147</sect2>
    147148
Note: See TracChangeset for help on using the changeset viewer.