Ignore:
Timestamp:
07/24/2024 02:42:10 PM (8 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.2, xry111/multilib
Children:
08de18a, 0d6c94f
Parents:
b56430b (diff), eeee0749 (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 branch 'trunk' of git.linuxfromscratch.org:lfs into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/binutils-pass1.xml

    rb56430b re148af0  
    7777             --enable-gprofng=no \
    7878             --disable-werror    \
     79             --enable-new-dtags  \
    7980             --enable-default-hash-style=gnu</userinput></screen>
    8081
     
    135136
    136137      <varlistentry>
     138        <term><parameter>--enable-new-dtags</parameter></term>
     139        <listitem>
     140          <para>This makes the linker use the <quote>runpath</quote> tag for
     141          embedding library search paths into executables and shared libraries,
     142          instead of the traditional <quote>rpath</quote> tag.  It makes
     143          debugging dynamically linked executables easier and works around
     144          potential issues in the test suite of some packages.</para>
     145        </listitem>
     146      </varlistentry>
     147
     148      <varlistentry>
    137149        <term><parameter>--enable-default-hash-style=gnu</parameter></term>
    138150        <listitem>
Note: See TracChangeset for help on using the changeset viewer.