We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 358e41c commit 3fc5d27Copy full SHA for 3fc5d27
src/test/run-make/print-cfg/Makefile
@@ -5,6 +5,7 @@ all: default
5
$(RUSTC) --target x86_64-pc-windows-gnu --print cfg | grep x86_64
6
$(RUSTC) --target i686-pc-windows-msvc --print cfg | grep msvc
7
$(RUSTC) --target i686-apple-darwin --print cfg | grep macos
8
+ $(RUSTC) --target i686-unknown-linux-gnu --print cfg | grep sse2
9
10
ifdef IS_WINDOWS
11
default:
0 commit comments