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

Issue 98543008: Switch armv7 setting to arm_version=7 in v8 gyp files (Closed)

Created:
7 years ago by Mostyn Bramley-Moore
Modified:
7 years ago
CC:
v8-dev
Base URL:
git://github.com/v8/v8.git@master
Visibility:
Public.

Description

Switch armv7 setting to arm_version==7 in v8 gyp files BUG=chromium:234135 LOG=Y R=jkummerow@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=18297

Patch Set 1 #

Total comments: 2

Patch Set 2 : fixup #

Patch Set 3 : add back arm_version=default #

Patch Set 4 : add arm_version makefile setting #

Total comments: 1

Patch Set 5 : fixed Makefile #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -13 lines) Patch
M Makefile View 1 2 3 4 1 chunk +8 lines, -3 lines 0 comments Download
M build/android.gypi View 1 2 chunks +3 lines, -3 lines 0 comments Download
M build/standalone.gypi View 1 2 1 chunk +1 line, -1 line 0 comments Download
M build/toolchain.gypi View 1 2 4 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Mostyn Bramley-Moore
@Jakob: does this look OK to you? (Are try jobs supposed to work for v8 ...
7 years ago (2013-12-06 22:07:42 UTC) #1
Fredrik Öhrn
https://codereview.chromium.org/98543008/diff/1/build/android.gypi File build/android.gypi (right): https://codereview.chromium.org/98543008/diff/1/build/android.gypi#newcode172 build/android.gypi:172: ['target_arch=="arm" and arm_version==7', { Should be arm_version < 7.
7 years ago (2013-12-11 09:19:12 UTC) #2
Mostyn Bramley-Moore
https://codereview.chromium.org/98543008/diff/1/build/android.gypi File build/android.gypi (right): https://codereview.chromium.org/98543008/diff/1/build/android.gypi#newcode172 build/android.gypi:172: ['target_arch=="arm" and arm_version==7', { On 2013/12/11 09:19:12, Fredrik Öhrn ...
7 years ago (2013-12-11 09:46:02 UTC) #3
Jakob Kummerow
Generally, s/armv7==1/arm_version==7/ is fine. However, we intentionally had the unspecified default mode, meaning "let my ...
7 years ago (2013-12-11 10:09:31 UTC) #4
Mostyn Bramley-Moore
On 2013/12/11 10:09:31, Jakob wrote: > Generally, s/armv7==1/arm_version==7/ is fine. > However, we intentionally had ...
7 years ago (2013-12-11 11:06:56 UTC) #5
Jakob Kummerow
LGTM with the comment below in answer to your question. I can fix that and ...
7 years ago (2013-12-11 11:28:24 UTC) #6
Jakob Kummerow
Oh, and also: $ make arm.release Makefile:447: *** missing `endif'. Stop. I've fixed that too, ...
7 years ago (2013-12-11 11:54:58 UTC) #7
Jakob Kummerow
Committed patchset #5 manually as r18297.
7 years ago (2013-12-11 11:58:16 UTC) #8
Mostyn Bramley-Moore
7 years ago (2013-12-11 12:19:55 UTC) #9
Message was sent while issue was closed.
On 2013/12/11 11:54:58, Jakob wrote:
> Oh, and also:
> 
> $ make arm.release
> Makefile:447: *** missing `endif'.  Stop.
> 
> I've fixed that too, but I would appreciate it if you tested your patches
before
> uploading ;-)

Whoops, sorry about that.

Powered by Google App Engine
This is Rietveld 408576698