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

Unified Diff: src/trusted/service_runtime/build.scons

Issue 9979025: [MIPS] Adding validator for MIPS architecture. (Closed) Base URL: http://src.chromium.org/native_client/trunk/src/native_client/
Patch Set: Rebased patch, conflict resolved. Created 8 years, 7 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 | « site_scons/site_tools/naclsdk.py ('k') | src/trusted/validator_mips/address_set.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/build.scons
diff --git a/src/trusted/service_runtime/build.scons b/src/trusted/service_runtime/build.scons
index 9e3e57483b5b48cf372209e406d7e4f83d005381..0dc14a4767495cca8622c0d66928e67dbd4057f0 100644
--- a/src/trusted/service_runtime/build.scons
+++ b/src/trusted/service_runtime/build.scons
@@ -226,6 +226,9 @@ if env.Bit('linux'):
]
if env.Bit('target_arm'):
ldr_inputs += ['linux/nacl_signal_arm.c']
+ elif env.Bit('target_mips32'):
+ # TODO(petarj): Add support for MIPS.
+ pass
elif env.Bit('target_x86_32'):
ldr_inputs += ['linux/nacl_signal_32.c']
elif env.Bit('target_x86_64'):
« no previous file with comments | « site_scons/site_tools/naclsdk.py ('k') | src/trusted/validator_mips/address_set.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698