about summary refs log tree commit diff
path: root/src/libstd/rtdeps.rs
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2013-11-30 16:38:07 -0800
committerAlex Crichton <alex@alexcrichton.com>2013-12-03 14:31:54 -0800
commitacc5e32e53d313a890a07cb0b693ce8df5bc94ce (patch)
tree2ac4923981b4e5e96562aa5525eadab1ccf4f834 /src/libstd/rtdeps.rs
parent4252a24ae1236207a99c1d313d4b1b1eda3ebb58 (diff)
downloadrust-acc5e32e53d313a890a07cb0b693ce8df5bc94ce.tar.gz
rust-acc5e32e53d313a890a07cb0b693ce8df5bc94ce.zip
Register new snapshots
Diffstat (limited to 'src/libstd/rtdeps.rs')
-rw-r--r--src/libstd/rtdeps.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/libstd/rtdeps.rs b/src/libstd/rtdeps.rs
index ba4f120f626..8c348d06734 100644
--- a/src/libstd/rtdeps.rs
+++ b/src/libstd/rtdeps.rs
@@ -9,7 +9,7 @@
 // except according to those terms.
 
 //! This module contains the linkage attributes to all runtime dependencies of
-//! the stndard library This varies per-platform, but these libraries are
+//! the standard library This varies per-platform, but these libraries are
 //! necessary for running libstd.
 
 // All platforms need to link to rustrt
@@ -48,7 +48,3 @@ extern {}
 #[link(name = "pthread")]
 #[link(name = "stdc++")]
 extern {}
-
-#[cfg(stage0)]
-#[link_args = "-lstdc++"]
-extern {}