compiler-rt: remove standalone build for Rust 1.15

From Rust 1.15 a standalone build of compiler-rt is no longer necessary.

(cherry picked from commit 1820907990)
This commit is contained in:
Doug Goldstein
2017-03-07 20:25:13 -06:00
parent d464b3971e
commit 505ba7a172
3 changed files with 5 additions and 6 deletions

View File

@@ -1,4 +0,0 @@
require compiler-rt.inc
require rust-source-${PV}.inc
EXTRA_OECONF = "--disable-rustbuild"

View File

@@ -4,8 +4,6 @@ SECTION = "devel"
LICENSE = "MIT | Apache-2.0"
LIC_FILES_CHKSUM ="file://COPYRIGHT;md5=43e1f1fb9c0ee3af66693d8c4fecafa8"
DEPENDS += "compiler-rt (=${PV})"
RUSTLIB_DEP = ""
inherit cargo

View File

@@ -4,3 +4,8 @@ require libstd-rs.inc
SRC_URI += "\
crate://crates.io/gcc/0.3.27 \
"
# not necessary from Rust 1.15.x and newer as its built
# as a cargo crate with libstd
DEPENDS += "compiler-rt (=${PV})"