Author: ken
Date: Mon May 11 08:27:56 2020
New Revision: 23097

Log:
Reinstate link-shared when building rustc with system llvm.

Modified:
   trunk/BOOK/general/prog/rust.xml
   trunk/BOOK/introduction/welcome/changelog.xml

Modified: trunk/BOOK/general/prog/rust.xml
==============================================================================
--- trunk/BOOK/general/prog/rust.xml    Mon May 11 04:20:21 2020        (r23096)
+++ trunk/BOOK/general/prog/rust.xml    Mon May 11 08:27:56 2020        (r23097)
@@ -244,6 +244,9 @@
 # by default, rust will build for a myriad of architectures
 targets = "X86"
 
+# When using system llvm prefer shared libraries
+link-shared = true
+
 [build]
 # omit docs to save time and space (default is to build them)
 docs = false

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Mon May 11 04:20:21 
2020        (r23096)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Mon May 11 08:27:56 
2020        (r23097)
@@ -45,6 +45,10 @@
       <para>May 11th, 2020</para>
       <itemizedlist>
         <listitem>
+          <para>[ken] - Reinstate link-shared in config.toml for rustc,
+            it had fallen out. Thanks to Pierre for noticing.</para>
+        </listitem>
+        <listitem>
           <para>[thomas] - Added a patch to fix building QT-5.14.2
             with GCC-10.</para>
         </listitem>
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to