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

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

Issue 11864002: Move CPU features into its own static library. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Address bsy's comments by not building x86 target when host isn't x86. This is how things are curre… Created 7 years, 11 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_arm/validator_arm.gyp ('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 17f2a3e05240481b05caf4dd24985aa243ef4f43..f4c472b4bb8417851c2c17bb24000df21e9db3b4 100755
--- a/src/trusted/validator_mips/build.scons
+++ b/src/trusted/validator_mips/build.scons
@@ -56,7 +56,6 @@ if env.Bit('linux'):
env.ComponentLibrary('mips_validator_core',
['address_set.cc',
- 'cpuid_mips.c',
'validator.cc',
'gen/decode.cc'])
« no previous file with comments | « src/trusted/validator_arm/validator_arm.gyp ('k') | src/trusted/validator_mips/cpuid_mips.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698