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

Unified Diff: pnacl/build.sh

Issue 12256013: [MIPS] Fix missing definitions for MIPS arch in build and driver scripts (Closed) Base URL: http://git.chromium.org/native_client/src/native_client.git@master
Patch Set: Update per code review. Created 7 years, 10 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 | pnacl/driver/driver_env.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 dbd2190bfd62af3c0bc043fb641dfd5414e83dae..2f9bf45805f5b7ab1732529901273768a7b31cc4 100755
--- a/pnacl/build.sh
+++ b/pnacl/build.sh
@@ -1459,6 +1459,7 @@ libgcc_eh-newlib() {
# This is a temporary situation. Eventually, libgcc_eh won't depend
# on LibC, and it will be built once for each architecture in a neutral way.
libgcc_eh arm newlib
+ libgcc_eh mips32 newlib
libgcc_eh x86-32 newlib
libgcc_eh x86-64 newlib
}
@@ -1593,6 +1594,7 @@ install-unwind-header() {
compiler-rt-all() {
StepBanner "COMPILER-RT (LIBGCC)"
compiler-rt arm
+ compiler-rt mips32
compiler-rt x86-32
compiler-rt x86-64
}
« no previous file with comments | « no previous file | pnacl/driver/driver_env.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698