about summary refs log tree commit diff
path: root/library/stdarch/ci
diff options
context:
space:
mode:
authorgnzlbg <gnzlbg@users.noreply.github.com>2017-11-19 19:51:53 +0100
committerAlex Crichton <alex@alexcrichton.com>2017-11-19 19:51:53 +0100
commit0d11a78a0e5db0ab9bce303afe050e2393573cc4 (patch)
treeed75e6475bc6f8a022dfa43ac3183ec14f83fc07 /library/stdarch/ci
parentff1b88d72187ccae263b88703d70d1646157af3c (diff)
downloadrust-0d11a78a0e5db0ab9bce303afe050e2393573cc4.tar.gz
rust-0d11a78a0e5db0ab9bce303afe050e2393573cc4.zip
refactor the x86 module (#195)
* refactor the x86 module

* document the i686 check

* document strict and intel_sde feature

* document nvptx module
Diffstat (limited to 'library/stdarch/ci')
-rwxr-xr-xlibrary/stdarch/ci/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/stdarch/ci/run.sh b/library/stdarch/ci/run.sh
index 8c8f18c37dc..e2326b2d9b8 100755
--- a/library/stdarch/ci/run.sh
+++ b/library/stdarch/ci/run.sh
@@ -16,7 +16,7 @@ case ${TARGET} in
 esac
 
 FEATURES="strict,$FEATURES"
-FEATURES_STD="${FEATURES},std"
+FEATURES_STD="$std,${FEATURES}"
 
 echo "RUSTFLAGS=${RUSTFLAGS}"
 echo "FEATURES=${FEATURES}"