Changeset 45d1335 for chapter05


Ignore:
Timestamp:
05/14/2023 11:38:32 AM (17 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
6feda35
Parents:
c2596a4 (diff), 384d643f (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/arm64

Location:
chapter05
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    rc2596a4 r45d1335  
    214214<screen><userinput remap="install">cd ..
    215215cat gcc/limitx.h gcc/glimits.h gcc/limity.h > \
    216   `dirname $($LFS_TGT-gcc -print-libgcc-file-name)`/install-tools/include/limits.h</userinput></screen>
     216  `dirname $($LFS_TGT-gcc -print-libgcc-file-name)`/include/limits.h</userinput></screen>
    217217  </sect2>
    218218
  • chapter05/glibc.xml

    rc2596a4 r45d1335  
    202202    an indication that something has gone wrong with the
    203203    preceding Binutils, GCC, or Glibc installations.</para></note>
    204 
     204<!--
    205205    <para>Now that our cross-toolchain is complete, finalize the installation
    206206    of the limits.h header. To do this, run a utility provided by the GCC
     
    208208
    209209<screen><userinput>$LFS/tools/libexec/gcc/$LFS_TGT/&gcc-version;/install-tools/mkheaders</userinput></screen>
    210 
     210-->
    211211  </sect2>
    212212
Note: See TracChangeset for help on using the changeset viewer.