Changeset d7e8f67


Ignore:
Timestamp:
12/30/2019 04:26:55 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.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:
372597e
Parents:
3615df7
Message:

Add rustc patch before I take off for the day

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r3615df7 rd7e8f67  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "29">                   <!-- Always 2 digits -->
     3<!ENTITY day          "30">                   <!-- Always 2 digits -->
    44<!ENTITY month        "12">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "December 29th, &year;">
     9<!ENTITY releasedate  "December 30th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/rust.xml

    r3615df7 rd7e8f67  
    167167    </itemizedlist>
    168168
     169    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     170    <itemizedlist spacing="compact">
     171      <listitem>
     172        <para>
     173          Required patch:
     174          <ulink url="&patch-root;/rustc-&rust-version;-llvm9_fixes-1.patch"/>
     175        </para>
     176      </listitem>
     177    </itemizedlist>
     178
    169179    <bridgehead renderas="sect3">Rust Dependencies</bridgehead>
    170180
     
    265275</literal>
    266276EOF</userinput></screen>
     277
     278    <para>
     279     Adapt rustc to allow it to build and function with the changes in LLVM-9:
     280    </para>
     281
     282<screen><userinput remap="pre">patch -Np1 -i ../rustc-&rust-version;-llvm9_fixes-1.patch</userinput></screen>
    267283
    268284    <para>
  • introduction/welcome/changelog.xml

    r3615df7 rd7e8f67  
    4242    </listitem>
    4343       -->
     44    <listitem>
     45      <para>December 30th, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Adapt rustc to build with LLVM9. Fixes
     49          <ulink url="&blfs-ticket-root;12958">#12958</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>December 29th, 2019</para>
Note: See TracChangeset for help on using the changeset viewer.