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
This commit is contained in:
Ken Moffat 2020-05-11 15:27:56 +00:00
parent a8d75eea08
commit 7f057ac5bd
2 changed files with 7 additions and 0 deletions

View File

@ -244,6 +244,9 @@ ln -svfin rustc-&rust-version; /opt/rustc</userinput></screen>
# 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

View File

@ -44,6 +44,10 @@
<listitem>
<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>