about summary refs log tree commit diff
path: root/build_sysroot/src
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2018-12-14 13:58:33 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2018-12-15 16:18:03 +0100
commit1e5c6bc5b86c4ff61ef3de63a9748789d5b369b0 (patch)
tree3b534c853745f053ca9557e3da48922b91466c20 /build_sysroot/src
parent9351f1d0c7763ee8564e096eaa3ed607f089e5db (diff)
downloadrust-1e5c6bc5b86c4ff61ef3de63a9748789d5b369b0.tar.gz
rust-1e5c6bc5b86c4ff61ef3de63a9748789d5b369b0.zip
Stop using xargo for building the sysroot
It is currently broken. (see https://github.com/japaric/xargo/issues/227)

This makes it easier to for example patch whole crates away.
Diffstat (limited to 'build_sysroot/src')
-rw-r--r--build_sysroot/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_sysroot/src/lib.rs b/build_sysroot/src/lib.rs
new file mode 100644
index 00000000000..0c9ac1ac8e4
--- /dev/null
+++ b/build_sysroot/src/lib.rs
@@ -0,0 +1 @@
+#![no_std]