Skip to content

Commit 3fc5d27

Browse files
committed
Test target feature computation
1 parent 358e41c commit 3fc5d27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/run-make/print-cfg/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ all: default
55
$(RUSTC) --target x86_64-pc-windows-gnu --print cfg | grep x86_64
66
$(RUSTC) --target i686-pc-windows-msvc --print cfg | grep msvc
77
$(RUSTC) --target i686-apple-darwin --print cfg | grep macos
8+
$(RUSTC) --target i686-unknown-linux-gnu --print cfg | grep sse2
89

910
ifdef IS_WINDOWS
1011
default:

0 commit comments

Comments
 (0)