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

Unified Diff: pydir/targets.py

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
Index: pydir/targets.py
diff --git a/pydir/targets.py b/pydir/targets.py
index 7e2222ddc4ed8d519b8a3a1fed78d9a3ea07cf3d..59b76cafb14a4083b4e6e929409a9a7b191d921a 100644
--- a/pydir/targets.py
+++ b/pydir/targets.py
@@ -29,9 +29,9 @@ X8632Target = TargetInfo(target='x8632',
X8664Target = TargetInfo(target='x8664',
compiler_arch='x8664',
- triple='x86_64-none-linux',
+ triple='x86_64-none-linux-gnux32',
llc_flags=['-mcpu=x86-64'],
- ld_emu='elf_x86_64_nacl',
+ ld_emu='elf32_x86_64_nacl',
cross_headers=[])
ARM32Target = TargetInfo(target='arm32',

Powered by Google App Engine
This is Rietveld 408576698