]> git.lizzy.rs Git - rust.git/commitdiff
Update liblibc, go back to lazy linking openlibm
authorJeremy Soller <jackpot51@gmail.com>
Wed, 21 Dec 2016 18:38:04 +0000 (11:38 -0700)
committerJeremy Soller <jackpot51@gmail.com>
Wed, 21 Dec 2016 18:38:04 +0000 (11:38 -0700)
src/liblibc
src/libstd/build.rs

index 0ac39c5ccf6a04395b7c40dd62321cb91f63f160..e49e9bb7c3d9c7f2fd893f0ee0db81617b8db21f 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 0ac39c5ccf6a04395b7c40dd62321cb91f63f160
+Subproject commit e49e9bb7c3d9c7f2fd893f0ee0db81617b8db21f
index 34ec1651326ca5a0d8525022fdcad1eec6deb132..b8f9b51172ade4673435244d8cb110f0d248f8f0 100644 (file)
@@ -63,7 +63,7 @@ fn main() {
         println!("cargo:rustc-link-lib=mxio");
         println!("cargo:rustc-link-lib=launchpad"); // for std::process
     } else if target.contains("redox") {
-        println!("cargo:rustc-link-lib=static=openlibm");
+        println!("cargo:rustc-link-lib=openlibm");
     }
 }