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

Unified Diff: pnacl/build.sh

Issue 11369127: PNaCl: Enable MIPS in a couple of places (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pnacl/build.sh
diff --git a/pnacl/build.sh b/pnacl/build.sh
index 5d1b3589f5aa35c1604ad8be21dc44c1129b7cde..af14028acb2220603acdf19701c335d128d7bede 100755
--- a/pnacl/build.sh
+++ b/pnacl/build.sh
@@ -1310,7 +1310,7 @@ llvm-configure() {
--enable-shared \
--disable-jit \
--with-binutils-include=${binutils_include} \
- --enable-targets=x86,arm \
+ --enable-targets=x86,arm,mips \
--target=${CROSS_TARGET_ARM} \
--prefix="${LLVM_INSTALL_DIR}" \
--program-prefix= \
@@ -2439,7 +2439,7 @@ binutils-gold-configure() {
# pnacl/src/gold/gold/configure.tgt
# removing it causes undefined symbols during linking of gold.
# The potential savings are guesstimated to be 300kB in binary size
- local gold_targets="i686-pc-nacl,x86_64-pc-nacl,arm-pc-nacl"
+ local gold_targets="i686-pc-nacl,x86_64-pc-nacl,arm-pc-nacl,mips32-pc-nacl"
mkdir -p "${objdir}/gold"
spushd "${objdir}/gold"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698