mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
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:
parent
a8d75eea08
commit
7f057ac5bd
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user