Changeset 4e28354 for chapter05


Ignore:
Timestamp:
06/05/2023 03:31:45 PM (16 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
b9fe11d
Parents:
7a570bd (diff), 0f18f2b (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:
chapter05
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    r7a570bd r4e28354  
    217217<screen><userinput remap="install">cd ..
    218218cat gcc/limitx.h gcc/glimits.h gcc/limity.h > \
    219   `dirname $($LFS_TGT-gcc -print-libgcc-file-name)`/install-tools/include/limits.h</userinput></screen>
     219  `dirname $($LFS_TGT-gcc -print-libgcc-file-name)`/include/limits.h</userinput></screen>
    220220  </sect2>
    221221
  • chapter05/glibc.xml

    r7a570bd r4e28354  
    227227    an indication that something has gone wrong with the
    228228    preceding Binutils, GCC, or Glibc installations.</para></note>
    229 
     229<!--
    230230    <para>Now that our cross-toolchain is complete, finalize the installation
    231231    of the limits.h header. To do this, run a utility provided by the GCC
     
    233233
    234234<screen><userinput>$LFS/tools/libexec/gcc/$LFS_TGT/&gcc-version;/install-tools/mkheaders</userinput></screen>
    235 
     235-->
    236236  </sect2>
    237237
Note: See TracChangeset for help on using the changeset viewer.