Changes between Version 3 and Version 4 of rust


Ignore:
Timestamp:
07/01/2019 03:24:28 PM (5 years ago)
Author:
ken@…
Comment:

If LLVM is old, do not uses sys-llvm for 1.35.0.

Legend:

Unmodified
Added
Removed
Modified
  • rust

    v3 v4  
    55The source needs to be downloaded from [https://static.rust-lang.org/dist/] as rustc-<VERSION>-src.tar.gz : this site is NOT searchable.
    66
     7For rustc-1.32 we eventually used the shipped llvm because of various problems which were attributed to needing a newer version of (system) LLVM than the current release. Rustc-1.35.0 appears to build, and work, with system LLVM-8.0. If you are using an older version of LLVM, either update to 8.0 *OR* follow the instructions in the 8.4 book for rustc-1.32.0 replacing 1.32.0 with 1.35.0.
     8
     9Otherwise, you may find that rustc burns CPU (i.e. hangs) when building firefox-68 (seen on an i3 SandyBridge with BLFS-8.3 (clang 6.0.1).
     10
    711[wiki:Programming Up][[br]]
    812[wiki:BlfsNotes Top]