Author: renodr
Date: Fri Aug 9 12:11:01 2019
New Revision: 21922
Log:
rustc: Add support for system LLVM on i686
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/prog/rust.xml
trunk/BOOK/introduction/welcome/changelog.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Fri Aug 9 09:47:26 2019 (r21921)
+++ trunk/BOOK/general.ent Fri Aug 9 12:11:01 2019 (r21922)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "08"> <!-- Always 2 digits -->
+<!ENTITY day "09"> <!-- Always 2 digits -->
<!ENTITY month "08"> <!-- Always 2 digits -->
<!ENTITY year "2019">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "August 8th, &year;">
+<!ENTITY releasedate "August 9th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->
Modified: trunk/BOOK/general/prog/rust.xml
==============================================================================
--- trunk/BOOK/general/prog/rust.xml Fri Aug 9 09:47:26 2019 (r21921)
+++ trunk/BOOK/general/prog/rust.xml Fri Aug 9 12:11:01 2019 (r21922)
@@ -256,6 +256,12 @@
# NB the output of llvm-config (i.e. help options) may be
# dumped to the screen when config.toml is parsed.
llvm-config = "/usr/bin/llvm-config"
+
+[target.i686-unknown-linux-gnu]
+# NB the output of llvm-config (i.e. help options) may be
+# dumped to the screen when config.toml is parsed.
+llvm-config = "/usr/bin/llvm-config"
+
</literal>
EOF</userinput></screen>
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Fri Aug 9 09:47:26
2019 (r21921)
+++ trunk/BOOK/introduction/welcome/changelog.xml Fri Aug 9 12:11:01
2019 (r21922)
@@ -41,6 +41,15 @@
</itemizedlist>
</listitem>
-->
+ <listitem>
+ <para>August 9th, 2019</para>
+ <itemizedlist>
+ <listitem>
+ <para>[renodr] - Add support to rustc for using system LLVM on
+ i686 systems.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
<listitem>
<para>August 8th, 2019</para>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page