Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(91)

Unified Diff: Makefile.standalone

Issue 1537703002: Subzero. x8664. Resurrects the Target. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Addresses comments Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pydir/crosstest.py » ('j') | src/IceAssemblerX86Base.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile.standalone
diff --git a/Makefile.standalone b/Makefile.standalone
index 6c976e4f4b56c6eeaccffede1bdc760b73120bff..d0dadd2e1c772ee97b2d527aabbca4c62a970b59 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 x8664,sandbox,sse4.1,Om1 \
-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
« no previous file with comments | « no previous file | pydir/crosstest.py » ('j') | src/IceAssemblerX86Base.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698