aboutsummaryrefslogtreecommitdiffstats
path: root/testing/rust/check-rustc
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-04-13 14:55:55 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-04-13 15:04:29 +0200
commit3b2c2faa1fbc4bb51fa1dc34f71fea155f5f0664 (patch)
tree6755891751db709e04f34c95f54297981205f6a3 /testing/rust/check-rustc
parent0762f2d2d91b07112e63111f64303d965d992fbd (diff)
downloadaports-3b2c2faa1fbc4bb51fa1dc34f71fea155f5f0664.tar.bz2
aports-3b2c2faa1fbc4bb51fa1dc34f71fea155f5f0664.tar.xz
testing/rust: build dynamically linked binaries by default
Note that users still can switch to static linking using `-C target-feature=+crt-static`, that is allowed in our rustc.
Diffstat (limited to 'testing/rust/check-rustc')
-rwxr-xr-xtesting/rust/check-rustc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/rust/check-rustc b/testing/rust/check-rustc
index 3a375005f2..2e96a45f60 100755
--- a/testing/rust/check-rustc
+++ b/testing/rust/check-rustc
@@ -73,7 +73,7 @@ EOF
_rustc hello_world.rs
assert_ok ./hello_world
-assert_static hello_world
+assert_dynamic hello_world
assert_pie hello_world
rm -f hello_world