Comment #5 on issue 31274 by j...@chromium.org: fails to build on arm  
natively with "cc1plus: error: unrecognized command line option "-m32""
http://code.google.com/p/chromium/issues/detail?id=31274

v8.gyp contains a number of the following condition blocks that are causing  
the error:

         # The ARM assembler assumes the host is 32 bits, so force building
         # 32-bit host tools.
         # TODO(piman): This assumes that the host is ia32 or amd64. Fixing  
the
         # code would be better
         ['target_arch=="arm" and _toolset=="host"', {
           'cflags': ['-m32'],
           'ldflags': ['-m32'],


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to