Luke Jones 2018-11-05 19:21:27 +00:00 committed by Git OBS Bridge
parent a6a9ba3876
commit 247b4de140

View File

@ -1,9 +1,9 @@
-------------------------------------------------------------------
Sun Nov 4 22:12:42 UTC 2018 - Luke Jones <jones_ld@protonmail.com>
- Patch: require patching of src/librustc_llvm/build.rs to ignore
a flag that llvm-config --cxxflags outputs which GCC doesn't
recognise.
- Add ignore-Wstring-conversion.patch: we require patching of
src/librustc_llvm/build.rs to ignore a flag that
llvm-config --cxxflags outputs which GCC doesn't recognise.
- Default to building using the distro LLVM where the version is
>= 5.0, instead of the Rust bundled LLVM which requires
compilation. This should decrease build times. SLE LLVM is too old.