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

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

Issue 10919162: [MIPS] Implementation of sel_ldr for MIPS architecture. (Closed) Base URL: http://src.chromium.org/native_client/trunk/src/native_client/
Patch Set: Rebase (Saturday morning). Created 8 years, 3 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 | « src/trusted/validator/validator_init.c ('k') | src/trusted/validator_mips/cpuid_mips.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator_mips/build.scons
diff --git a/src/trusted/validator_mips/build.scons b/src/trusted/validator_mips/build.scons
index b6fdcbe5dd58687695e5e69f52558d612b450c33..b6c2a85be9bd0c02ddcf6c632b7324adf48b7b88 100755
--- a/src/trusted/validator_mips/build.scons
+++ b/src/trusted/validator_mips/build.scons
@@ -57,6 +57,11 @@ if env.Bit('linux'):
'validator.cc',
'gen/decode.cc'])
+ env.ComponentLibrary('ncvalidate_mips',
+ ['ncvalidate.cc'],
+ LIBS=['mips_validator_core',
+ '${OPTIONAL_COVERAGE_LIBS}'])
+
ncval = env.ComponentProgram(
'mips-ncval-core',
['ncval.cc'],
« no previous file with comments | « src/trusted/validator/validator_init.c ('k') | src/trusted/validator_mips/cpuid_mips.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698