Changeset 6304533 for chapter06


Ignore:
Timestamp:
08/11/2022 02:14:45 PM (21 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
54bc22e
Parents:
0400cfe (diff), e9d9f83 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/binutils-pass2.xml

    r0400cfe r6304533  
    6565    --disable-nls              \
    6666    --enable-shared            \
     67    --enable-gprofng=no        \
    6768    --disable-werror           \
    6869    --enable-64-bit-bfd</userinput></screen>
  • chapter06/gcc-pass2.xml

    r0400cfe r6304533  
    4343  <sect2 role="installation">
    4444    <title>Installation of GCC</title>
     45
     46    <para>First fix a problem with the latest version of glibc:</para>
     47
     48    <screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-fixes-patch;</userinput></screen>
    4549
    4650    <para>As in the first build of GCC, the GMP, MPFR, and MPC packages are
Note: See TracChangeset for help on using the changeset viewer.