Test target feature computation

This commit is contained in:
Andrea Canciani 2016-03-30 11:37:41 +02:00
parent 358e41cee4
commit 3fc5d2746e

View File

@ -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: