diff options
| author | Andrea Canciani <ranma42@gmail.com> | 2016-03-30 11:37:41 +0200 |
|---|---|---|
| committer | Andrea Canciani <ranma42@gmail.com> | 2016-04-09 00:41:23 +0200 |
| commit | 3fc5d2746eb9ded7a43186f6e2e0b3bd3e8ffd42 (patch) | |
| tree | 5dbe2d2fa2c39631cba9f4ebb46e08d3cdc4990f | |
| parent | 358e41cee4c31a739b6a45723e8917b19e7f7db9 (diff) | |
| download | rust-3fc5d2746eb9ded7a43186f6e2e0b3bd3e8ffd42.tar.gz rust-3fc5d2746eb9ded7a43186f6e2e0b3bd3e8ffd42.zip | |
Test target feature computation
| -rw-r--r-- | src/test/run-make/print-cfg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-make/print-cfg/Makefile b/src/test/run-make/print-cfg/Makefile index c74233d495b..a820a463f4a 100644 --- a/src/test/run-make/print-cfg/Makefile +++ b/src/test/run-make/print-cfg/Makefile @@ -5,6 +5,7 @@ all: default $(RUSTC) --target x86_64-pc-windows-gnu --print cfg | grep x86_64 $(RUSTC) --target i686-pc-windows-msvc --print cfg | grep msvc $(RUSTC) --target i686-apple-darwin --print cfg | grep macos + $(RUSTC) --target i686-unknown-linux-gnu --print cfg | grep sse2 ifdef IS_WINDOWS default: |
