Ignore:
Timestamp:
09/23/2022 04:06:19 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
44784c1
Parents:
c6df98a1 (diff), 10d7c7a8 (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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/binutils.xml

    rc6df98a1 rf4facc4  
    168168    </para>
    169169
     170    <para>Twelve tests fail in the <command>gold</command> testsuite when the
     171    <option>--enable-default-pie</option> and
     172    <option>--enable-default-ssp</option> options are passed to GCC.
     173    <!-- Caused by egrep deprecation.  Note that we don't "patch" temp grep.
     174         And it seems unworthy to add a sed into temp grep just for one test
     175         failure.  (I don't really agree to "patch" grep in the first place,
     176         anyway.) -->
     177    The test named <filename>ar with versioned solib</filename> is also
     178    known to fail.</para>
     179
    170180    <para>Install the package:</para>
    171181
    172182<screen><userinput remap="install">make tooldir=/usr install</userinput></screen>
    173183
    174     <para>Remove useless static libraries:</para>
    175 
    176 <screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,opcodes}.a</userinput></screen>
     184    <para>Remove useless static libraries and an empty man page:</para>
     185
     186<screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,opcodes}.a
     187rm -fv /usr/share/man/man1/gprofng.1</userinput></screen>
    177188
    178189  </sect2>
Note: See TracChangeset for help on using the changeset viewer.