Changeset ccaabde


Ignore:
Timestamp:
09/23/2003 05:54:49 AM (21 years ago)
Author:
Greg Schafer <greg@…>
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:
e683065
Parents:
990ba6b
Message:

Chapter 5 - GCC Pass 2: Insert note to rerun the previously ran sanity check.

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

Location:
chapter05
Files:
3 edited

Legend:

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

    r990ba6b rccaabde  
    55
    66<note><para>It's worth pointing out that the Binutils test suite we run in this
    7 section is considered not as critical as the one we run in Chapter 6.</para>
     7section is considered not as important as the one we run in Chapter 6.</para>
    88</note>
    99
  • chapter05/gcc-pass2-inst.xml

    r990ba6b rccaabde  
    2626
    2727<note><para>It's worth pointing out that the GCC test suite we run in this
    28 section is considered not as critical as the one we run in Chapter 6.</para></note>
     28section is considered not as important as the one we run in Chapter 6.</para></note>
    2929
    3030<para>Unpack all three GCC tarballs (-core, -g++, and -testsuite) in one and the same working directory.
     
    7878
    7979<para><screen><userinput>make</userinput></screen></para>
     80
    8081<para>There is no need to use the <userinput>bootstrap</userinput> target now,
    81 as the compiler we're using to compile this GCC has been built from the exact
    82 same sources.</para>
     82as the compiler we're using to compile this GCC was built from the exact same
     83version of the GCC sources we used earlier.</para>
     84
     85<note><para>At this point it is strongly recommended to repeat the sanity check
     86we performed earlier in the chapter. Refer back to the "Locking in" Glibc section
     87and repeat the check. If the results are wrong then most likely, you forgot to
     88apply the abovementioned GCC Specs patch.</para></note>
    8389
    8490<para>Test the results:</para>
  • chapter05/glibc-inst.xml

    r990ba6b rccaabde  
    1111<note><para>We are going to run the test suite for Glibc in this chapter.
    1212However, it's worth pointing out that the Glibc test suite we run in this
    13 section is considered not as critical as the one we run in Chapter 6.</para></note>
     13section is considered not as important as the one we run in Chapter 6.</para></note>
    1414
    1515<para>This package is known to behave badly when you have changed its
Note: See TracChangeset for help on using the changeset viewer.