Revision: 11643
Author:   [email protected]
Date:     Thu May 24 02:19:28 2012
Log:      Speculative fix for ChromiumOS(ARM) cross-compile buildbots

[email protected]

TEST=http://build.chromium.org/p/chromium.chromiumos/builders/ChromiumOS%20%28arm%29 build succeeds

Review URL: https://chromiumcodereview.appspot.com/10432004
http://code.google.com/p/v8/source/detail?r=11643

Modified:
 /branches/bleeding_edge/build/common.gypi

=======================================
--- /branches/bleeding_edge/build/common.gypi   Tue May 22 01:10:58 2012
+++ /branches/bleeding_edge/build/common.gypi   Thu May 24 02:19:28 2012
@@ -266,7 +266,7 @@
         'target_conditions': [
           ['_toolset=="host"', {
             'variables': {
- 'm32flag': '<!((echo | $(echo ${CXX_host:-${CXX:-$(which g++)}}) -m32 -E - > /dev/null 2>&1) && echo -n "-m32" || true)', + 'm32flag': '<!((echo | $(echo ${CXX_host:-$(which g++)}) -m32 -E - > /dev/null 2>&1) && echo -n "-m32" || true)',
             },
             'cflags': [ '<(m32flag)' ],
             'ldflags': [ '<(m32flag)' ],

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to