Revision: 11301
Author: [email protected]
Date: Fri Apr 13 01:47:45 2012
Log: Remove line breaks that GYP didn't like
Review URL: https://chromiumcodereview.appspot.com/10067032
http://code.google.com/p/v8/source/detail?r=11301
Modified:
/branches/bleeding_edge/build/common.gypi
=======================================
--- /branches/bleeding_edge/build/common.gypi Fri Apr 13 00:59:09 2012
+++ /branches/bleeding_edge/build/common.gypi Fri Apr 13 01:47:45 2012
@@ -283,10 +283,7 @@
[ 'v8_target_arch!="x64"', {
# Pass -m32 to the compiler iff it understands the flag.
'variables': {
- 'm32flag': '<!(' +
- '(echo | $(echo ${CXX:-$(which g++)}) -m32 -E - ' +
- ' > /dev/null 2>&1) ' +
- '&& echo -n "-m32" || true)',
+ 'm32flag': '<!((echo | $(echo ${CXX:-$(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