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

Unified Diff: pnacl/build.sh

Issue 1201483005: Subzero. Adds x86-64 to the list of supported Subzero targets. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 5 years, 6 months 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 | toolchain_build/toolchain_build_pnacl.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pnacl/build.sh
diff --git a/pnacl/build.sh b/pnacl/build.sh
index 1fad0d1714a7f25e47eb64cf6a2bc11b340261fd..41b53646de0b22a0647ecf28c63ec70b5d6ce852 100755
--- a/pnacl/build.sh
+++ b/pnacl/build.sh
@@ -321,7 +321,7 @@ llvm-sb-configure() {
;;
universal)
targets=x86,arm,mips
- subzero_targets=X8632,ARM32,MIPS32
+ subzero_targets=ARM32,MIPS32,X8632,X8664
;;
esac
« no previous file with comments | « no previous file | toolchain_build/toolchain_build_pnacl.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698