diff options
| author | gnzlbg <gnzlbg@users.noreply.github.com> | 2017-11-19 19:51:53 +0100 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-11-19 19:51:53 +0100 |
| commit | 0d11a78a0e5db0ab9bce303afe050e2393573cc4 (patch) | |
| tree | ed75e6475bc6f8a022dfa43ac3183ec14f83fc07 /library/stdarch/ci | |
| parent | ff1b88d72187ccae263b88703d70d1646157af3c (diff) | |
| download | rust-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-x | library/stdarch/ci/run.sh | 2 |
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}" |
