Changeset f4ebf49


Ignore:
Timestamp:
05/08/2024 06:40:34 AM (12 days ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
lazarus, trunk
Children:
338e204
Parents:
3d117ea
git-author:
Xi Ruoyao <xry111@…> (05/08/2024 06:39:43 AM)
git-committer:
Xi Ruoyao <xry111@…> (05/08/2024 06:40:34 AM)
Message:

gcc: Update the LTO plugin symlink in /usr/lib/bfd-plugins

Or when GCC is updated, the symlink still points to the plugin from the
old GCC and bad thing can happen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc.xml

    r3d117ea rf4ebf49  
    208208
    209209chown -v -R root:root \
    210     /usr/lib/gcc/*linux-gnu/&gcc-version;/include{,-fixed}</userinput></screen>
     210    /usr/lib/gcc/*linux-gnu/&gcc-version;/include{,-fixed}     &amp;&amp;
     211
     212ln -sfv ../../libexec/gcc/$(gcc -dumpmachine)/&gcc-version;/liblto_plugin.so \
     213        /usr/lib/bfd-plugins/</userinput></screen>
    211214
    212215  </sect2>
Note: See TracChangeset for help on using the changeset viewer.