| 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"
|
|
|