Changeset 7f057ac


Ignore:
Timestamp:
05/11/2020 03:27:56 PM (4 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
dfd78b2
Parents:
a8d75eea
Message:

Reinstate link-shared when building rustc with system llvm.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@23097 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/rust.xml

    ra8d75eea r7f057ac  
    245245targets = "X86"
    246246
     247# When using system llvm prefer shared libraries
     248link-shared = true
     249
    247250[build]
    248251# omit docs to save time and space (default is to build them)
  • introduction/welcome/changelog.xml

    ra8d75eea r7f057ac  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Reinstate link-shared in config.toml for rustc,
     49            it had fallen out. Thanks to Pierre for noticing.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[thomas] - Added a patch to fix building QT-5.14.2
    4953            with GCC-10.</para>
Note: See TracChangeset for help on using the changeset viewer.