Index: Makefile.standalone |
diff --git a/Makefile.standalone b/Makefile.standalone |
index 6c976e4f4b56c6eeaccffede1bdc760b73120bff..8fe6e0b750ccff2aa7effebde03f9ba8c26d8046 100644 |
--- a/Makefile.standalone |
+++ b/Makefile.standalone |
@@ -402,7 +402,7 @@ check-xtest: $(OBJDIR)/pnacl-sz make_symlink runtime |
-i x8632,sandbox,sse4.1,Om1 \ |
-e x8664,native,sse2 \ |
-e x8664,native,sse4.1,test_vector_ops \ |
- -e x8664,native,sse2,test_global \ |
+ -e x8632,sandbox,sse4.1,Om1 \ |
Jim Stichnoth
2015/12/20 19:27:37
Why is this x8632 test now excluded?
John
2015/12/21 13:41:31
My bad -- I wanted to say x8664.
|
-i arm32,neon \ |
-e arm32,neon,test_vector_ops \ |
-e arm32,neon,test_select |
@@ -426,6 +426,11 @@ ifeq ($(TARGET),x8632) |
SETUP=SetupGccX8632Opt |
SPEC := -O2 --filetype=obj |
endif |
+ifeq ($(TARGET),x8664) |
+ TARGETFLAG=x8664 |
+ SETUP=SetupGccX8664Opt |
+ SPEC := -O2 --filetype=obj |
+endif |
ifeq ($(TARGET),arm32) |
TARGETFLAG=arm32 |
SETUP=SetupGccArmOpt |