Ignore:
Timestamp:
10/24/2003 05:28:42 PM (21 years ago)
Author:
Alex Gronenwoud <alex@…>
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.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 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, v5_0, v5_1, v5_1_1, 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:
323ef74
Parents:
494f01f
Message:

Adding several cross reference tags.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass2-inst.xml

    r494f01f r7f1fcd8  
    3939script scans your system for header files that need to be fixed.  It might find
    4040that some Glibc header files on your host system need to be fixed, fix them and
    41 put them in the GCC private include directory.  Then, later on in Chapter 6,
    42 after we've installed the newer Glibc, this private include directory would be
    43 searched before the system include directory, resulting in GCC finding the
    44 fixed headers from the host system, which would most likely not match the Glibc
    45 version actually used for the LFS system.</para>
     41put them in the GCC private include directory.  Then, later on in
     42<xref linkend="chapter06"/>, after we've installed the newer Glibc, this
     43private include directory would be searched before the system include
     44directory, resulting in GCC finding the fixed headers from the host system,
     45which would most likely not match the Glibc version actually used for the LFS
     46system.</para>
    4647
    4748<para>The last patch changes GCC's default location of the dynamic linker
     
    106107
    107108<note><para>It's worth pointing out that running the GCC test suite here
    108 is considered not as important as running it in Chapter 6.</para></note>
     109is considered not as important as running it in
     110<xref linkend="chapter06"/>.</para></note>
    109111
    110112<para>Test the results:</para>
Note: See TracChangeset for help on using the changeset viewer.