Changeset 73b7c8f


Ignore:
Timestamp:
08/30/2024 03:43:32 AM (2 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.2, trunk
Children:
549a80d
Parents:
29e16be
git-author:
Xi Ruoyao <xry111@…> (08/30/2024 03:43:21 AM)
git-committer:
Xi Ruoyao <xry111@…> (08/30/2024 03:43:32 AM)
Message:

building-notes: Avoid nesting (...()...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • introduction/important/building-notes.xml

    r29e16be r73b7c8f  
    13141314        for GCC and clang.  And, the linkers (<command>ld.bfd</command>
    13151315        and <command>ld.gold</command>) have also enabled
    1316         <option>-Wl,-z,relro</option> (making a part of the Global Offset
    1317         Table (GOT) immutable)
     1316        <option>-Wl,-z,relro</option> which makes a part of the Global
     1317        Offset Table (GOT) immutable,
    13181318        by default since Binutils 2.27. What is being covered here is
    13191319        different - first you have to make sure that the package is indeed
Note: See TracChangeset for help on using the changeset viewer.