about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrea Canciani <ranma42@gmail.com>2016-03-30 11:37:41 +0200
committerAndrea Canciani <ranma42@gmail.com>2016-04-09 00:41:23 +0200
commit3fc5d2746eb9ded7a43186f6e2e0b3bd3e8ffd42 (patch)
tree5dbe2d2fa2c39631cba9f4ebb46e08d3cdc4990f
parent358e41cee4c31a739b6a45723e8917b19e7f7db9 (diff)
downloadrust-3fc5d2746eb9ded7a43186f6e2e0b3bd3e8ffd42.tar.gz
rust-3fc5d2746eb9ded7a43186f6e2e0b3bd3e8ffd42.zip
Test target feature computation
-rw-r--r--src/test/run-make/print-cfg/Makefile1
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: