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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.