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

Unified Diff: pnacl/driver/pnacl-as.py

Issue 11299012: PNaCl: Add more MIPS support to the toolchain (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Fix Created 8 years, 1 month 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 | « pnacl/driver/driver_tools.py ('k') | pnacl/driver/pnacl-ld.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pnacl/driver/pnacl-as.py
diff --git a/pnacl/driver/pnacl-as.py b/pnacl/driver/pnacl-as.py
index de6aa67731a999bdb57fd8e8f52105de25e52fa0..c1e9363a05e42a9937b0189bb8d9a7143cb47d0f 100755
--- a/pnacl/driver/pnacl-as.py
+++ b/pnacl/driver/pnacl-as.py
@@ -23,6 +23,7 @@ EXTRA_ENV = {
'MC_FLAGS_ARM' : '-arch=arm -triple=armv7a-nacl -mcpu=cortex-a8',
'MC_FLAGS_X8632' : '-arch=x86 -triple=i686-nacl',
'MC_FLAGS_X8664' : '-arch=x86-64 -triple=x86_64-nacl',
+ 'MC_FLAGS_MIPS32': '-arch=mipsel -triple=mipsel-nacl',
'RUN_LLVM_AS' : '${LLVM_AS} ${input} -o ${output}',
'RUN_LLVM_MC' : '${LLVM_MC} ${MC_FLAGS} ${input} -o ${output}',
« no previous file with comments | « pnacl/driver/driver_tools.py ('k') | pnacl/driver/pnacl-ld.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698