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

Unified Diff: pnacl/build.sh

Issue 11299012: PNaCl: Add more MIPS support to the toolchain (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Fix 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 | pnacl/driver/driver_tools.py » ('j') | 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 d3ba4aeeb5336578c1f6d61637245d6a210787d4..e955cfdaf4fbaf1c73c13884c2b369fb9076661b 100755
--- a/pnacl/build.sh
+++ b/pnacl/build.sh
@@ -604,7 +604,7 @@ libs() {
libs-clean
libs-support newlib
newlib
- for arch in arm x86-32 x86-64; do
+ for arch in arm x86-32 x86-64 mips32; do
dummy-irt-shim ${arch}
done
compiler-rt-all
@@ -2853,7 +2853,7 @@ libs-support() {
fi
libs-support-bitcode $libmode
local arch
- for arch in arm x86-32 x86-64; do
+ for arch in arm x86-32 x86-64 mips32; do
libs-support-native ${arch}
done
}
« no previous file with comments | « no previous file | pnacl/driver/driver_tools.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698