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

Issue 549018: arm: fix native compiles (Closed)

Created:
10 years, 11 months ago by piman
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

arm: fix native compiles Landed through http://codereview.chromium.org/546030

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -9 lines) Patch
M tools/gyp/v8.gyp View 3 chunks +3 lines, -9 lines 4 comments Download

Messages

Total messages: 8 (0 generated)
piman
This is to fix http://code.google.com/p/chromium/issues/detail?id=31274 It needs http://codereview.chromium.org/547019 first.
10 years, 11 months ago (2010-01-12 02:36:40 UTC) #1
bradn
I'm not clear on why you wouldn't always want -m32 (as it would have done ...
10 years, 11 months ago (2010-01-12 04:31:41 UTC) #2
bradn
nm, wrong bug in mind... LGTM
10 years, 11 months ago (2010-01-12 04:34:41 UTC) #3
Søren Thygesen Gjesse
LGTM http://codereview.chromium.org/549018/diff/1/2 File tools/gyp/v8.gyp (right): http://codereview.chromium.org/549018/diff/1/2#newcode200 tools/gyp/v8.gyp:200: # The ARM assembler assumes the host is ...
10 years, 11 months ago (2010-01-12 08:20:41 UTC) #4
piman
http://codereview.chromium.org/549018/diff/1/2 File tools/gyp/v8.gyp (right): http://codereview.chromium.org/549018/diff/1/2#newcode200 tools/gyp/v8.gyp:200: # The ARM assembler assumes the host is 32 ...
10 years, 11 months ago (2010-01-12 08:42:17 UTC) #5
Søren Thygesen Gjesse
On 2010/01/12 08:42:17, piman wrote: > http://codereview.chromium.org/549018/diff/1/2 > File tools/gyp/v8.gyp (right): > > http://codereview.chromium.org/549018/diff/1/2#newcode200 > ...
10 years, 11 months ago (2010-01-12 11:11:13 UTC) #6
piman
On 2010/01/12 11:11:13, Søren Gjesse wrote: > On 2010/01/12 08:42:17, piman wrote: > > http://codereview.chromium.org/549018/diff/1/2 ...
10 years, 11 months ago (2010-01-13 02:19:22 UTC) #7
Søren Thygesen Gjesse
10 years, 11 months ago (2010-01-13 07:37:39 UTC) #8
On 2010/01/13 02:19:22, piman wrote:
> On 2010/01/12 11:11:13, Søren Gjesse wrote:
> > On 2010/01/12 08:42:17, piman wrote:
> > > http://codereview.chromium.org/549018/diff/1/2
> > > File tools/gyp/v8.gyp (right):
> > > 
> > > http://codereview.chromium.org/549018/diff/1/2#newcode200
> > > tools/gyp/v8.gyp:200: # The ARM assembler assumes the host is 32 bits, so
> > force
> > > building
> > > On 2010/01/12 08:20:41, Søren Gjesse wrote:
> > > > Shouldn't this "ARM assembler" be "ARM simulator"?
> > > 
> > > assembler-arm-inl.h is the file that fails to compile if -m32 isn't on.
> > 
> > Thats right, but if we are compiling the ARM assembler for a x64 target it
> > implies that the ARM simulator will be used to execute the code it will
> > generate. Anyway keep the comment as is as mentioning the simulator might
> create
> > more confusion.
> 
> Ok. Do you mind checking this one in as well ? Thanks !

Landed through http://codereview.chromium.org/546030.

Powered by Google App Engine
This is Rietveld 408576698