| Index: Makefile.standalone
|
| diff --git a/Makefile.standalone b/Makefile.standalone
|
| index 27578be024e01c802bfd57cfe8e26ce148fe0a00..940817c91d8992c227ae8360123de979c1815d8c 100644
|
| --- a/Makefile.standalone
|
| +++ b/Makefile.standalone
|
| @@ -402,9 +402,9 @@ check-xtest: $(OBJDIR)/pnacl-sz make_symlink runtime
|
| -e x8664,native,sse2 \
|
| -e x8664,native,sse4.1,test_vector_ops \
|
| -e x8664,native,sse2,test_global \
|
| - -i arm32,native,neon \
|
| - -e arm32,native,neon,test_vector_ops \
|
| - -e arm32,native,neon,test_select
|
| + -i arm32,neon \
|
| + -e arm32,neon,test_vector_ops \
|
| + -e arm32,neon,test_select
|
| PNACL_BIN_PATH=$(PNACL_BIN_PATH) \
|
| $(LLVM_SRC_PATH)/utils/lit/lit.py -sv crosstest/Output
|
| endif
|
|
|