Ignore:
Timestamp:
11/16/2009 03:57:08 PM (14 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
942e32bc
Parents:
77a02d2
Message:

Clarified explanation of why we use cross
compilation techniques in the Toolchain Technical Notes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/toolchaintechnotes.xml

    r77a02d2 rb2fbe30  
    6363    </listitem>
    6464    <listitem>
    65       <para>The temporary libraries are cross-compiled. This removes all
    66       dependency on the host system, lessens the chance of headers or libraries
    67       from the host corrupting the new tools and allows for the possibility of
    68       building both 32-bit and 64-bit libraries on 64-bit capable hardware.</para>
     65      <para> The temporary libraries are cross-compiled.  Because a
     66      cross-compiler by its nature cannot rely on anything from its host
     67      system, this method removes any potential contamination of the target
     68      system by lessening the chance of headers or libraries from the host
     69      being incorporated into the new tools.  Cross-compilation also allows for
     70      the possibility of building both 32-bit and 64-bit libraries on 64-bit
     71      capable hardware.</para>
    6972    </listitem>
    7073    <listitem>
Note: See TracChangeset for help on using the changeset viewer.