about summary refs log tree commit diff
diff options
context:
space:
mode:
-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: