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

Unified Diff: native_client_sdk/src/build_tools/nacl-mono-runtime.sh

Issue 11316260: [NaCl SDK] Fix x86 nacl-mono bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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: native_client_sdk/src/build_tools/nacl-mono-runtime.sh
diff --git a/native_client_sdk/src/build_tools/nacl-mono-runtime.sh b/native_client_sdk/src/build_tools/nacl-mono-runtime.sh
index b65d4e0d9025ae104644d91fd6ff5e983b53227c..7dfffd871addec265616966e6ab147c8338c3816 100755
--- a/native_client_sdk/src/build_tools/nacl-mono-runtime.sh
+++ b/native_client_sdk/src/build_tools/nacl-mono-runtime.sh
@@ -32,6 +32,8 @@ x86-32)
--build=i686-pc-linux-gnu \
--target=i686-pc-linux-gnu"
readonly LIBDIR=lib32
+ readonly CUSTOM_CFLAGS=""
+ readonly CUSTOM_LDFLAGS=""
;;
x86-64)
readonly USE_PNACL=0
@@ -40,6 +42,8 @@ x86-64)
--build=x86_64-pc-linux-gnu \
--target=x86_64-pc-linux-gnu"
readonly LIBDIR=lib
+ readonly CUSTOM_CFLAGS=""
+ readonly CUSTOM_LDFLAGS=""
;;
arm)
readonly USE_PNACL=1
« 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