summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-01-23 15:55:35 -0800
committerAlex Crichton <alex@alexcrichton.com>2017-02-06 08:42:54 -0800
commit77c3bfa7429abf87b76ba84108df018d9e9d90e2 (patch)
treedbcf69224b24f6820dfe103713a837e0074f0567 /CONTRIBUTING.md
parentDelete Travis/AppVeyor makefile builders (diff)
downloadgrust-77c3bfa7429abf87b76ba84108df018d9e9d90e2.tar.gz
grust-77c3bfa7429abf87b76ba84108df018d9e9d90e2.tar.bz2
grust-77c3bfa7429abf87b76ba84108df018d9e9d90e2.tar.xz
std: Remove cfg(cargobuild) annotations
These are all now no longer needed that we've only got rustbuild in tree.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index cdbabeaddf..429996126f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -93,11 +93,6 @@ system internals, try asking in [`#rust-internals`][pound-rust-internals].
93 93
94[bootstrap]: https://github.com/rust-lang/rust/tree/master/src/bootstrap/ 94[bootstrap]: https://github.com/rust-lang/rust/tree/master/src/bootstrap/
95 95
96> **Note**: the build system was recently rewritten from a jungle of makefiles
97> to the current incarnation you'll see in `src/bootstrap`. If you experience
98> bugs you can temporarily revert back to the makefiles with
99> `--disable-rustbuild` passed to `./configure`.
100
101### Configuration 96### Configuration
102 97
103Before you can start building the compiler you need to configure the build for 98Before you can start building the compiler you need to configure the build for