Changeset b4dce40 for chapter08


Ignore:
Timestamp:
03/31/2021 10:41:41 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
eef83ea
Parents:
4c8c128
git-author:
Thomas Trepl <thomas@…> (02/21/2021 07:15:36 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:41 AM)
Message:

Merge changes from trunk to multilib

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12145 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/grub.xml

    r4c8c128 rb4dce40  
    4040  <sect2 role="installation">
    4141    <title>Installation of GRUB</title>
     42
     43    <para>First, fix an issue introduced by binutils-2.36:</para>
     44
     45<screen><userinput remap="pre">sed "s/gold-version/&amp; -R .note.gnu.property/" \
     46    -i Makefile.in grub-core/Makefile.in</userinput></screen>
    4247
    4348    <para>Prepare GRUB for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.