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

Unified Diff: SConstruct

Issue 13454020: [MIPS] Small updates after LLVM merge (Closed) Base URL: http://git.chromium.org/native_client/src/native_client.git@master
Patch Set: Fix license header. Created 7 years, 8 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 | « no previous file | src/include/elf_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: SConstruct
diff --git a/SConstruct b/SConstruct
index 2b220f0dd7a310ad4bc789e6551ca4885943a391..66fda260ecbbb2fd111d71d66b4281e70b00bd14 100755
--- a/SConstruct
+++ b/SConstruct
@@ -2721,7 +2721,7 @@ def SetupLinuxEnvMips(env):
if not which(os.path.join(tc_dir, 'mipsel-linux-gnu-gcc')):
print ("\nERRROR: MIPS trusted TC is not installed - try running:\n"
"tools/trusted_cross_toolchains/trusted-toolchain-creator"
- ".mipsel.squeeze.sh trusted_sdk")
+ ".mipsel.squeeze.sh nacl_sdk")
sys.exit(-1)
env.Replace(CC=os.path.join(tc_dir, 'mipsel-linux-gnu-gcc'),
CXX=os.path.join(tc_dir, 'mipsel-linux-gnu-g++'),
« no previous file with comments | « no previous file | src/include/elf_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698