From 73e33992bfaa3bffccd524bef0b0f395534a67a1 Mon Sep 17 00:00:00 2001 From: "jkummerow@chromium.org" Date: Fri, 13 Apr 2012 08:47:45 +0000 Subject: [PATCH] Remove line breaks that GYP didn't like Review URL: https://chromiumcodereview.appspot.com/10067032 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11301 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- build/common.gypi | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build/common.gypi b/build/common.gypi index bc32e18..21fbb74 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -283,10 +283,7 @@ [ 'v8_target_arch!="x64"', { # Pass -m32 to the compiler iff it understands the flag. 'variables': { - 'm32flag': ' /dev/null 2>&1) ' + - '&& echo -n "-m32" || true)', + 'm32flag': ' /dev/null 2>&1) && echo -n "-m32" || true)', }, 'cflags': [ '<(m32flag)' ], 'ldflags': [ '<(m32flag)' ], -- 2.7.4