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

Issue 12218113: MIPS: Fix mips gyp build for chromium. (Closed)

Created:
7 years, 10 months ago by Paul Lind
Modified:
7 years, 10 months ago
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Fix mips gyp build for chromium. Our planned CL for the Chromium build system passes the toolchain vars though the Makefiles, so that we do not depend on $CXX, etc., in the environment. That causes a problem with deriving the 'm32flag' in v8 gyp. This patch lets us build with or without the toolchain vars in the environment. BUG= Committed: http://code.google.com/p/v8/source/detail?r=13695

Patch Set 1 #

Patch Set 2 : Use Jakob's version #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M build/common.gypi View 1 3 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Paul Lind
Hi Jakob - Fixing a case where the m32 flag is passed incorrectly to the ...
7 years, 10 months ago (2013-02-12 04:11:44 UTC) #1
Jakob Kummerow
Sorry, I don't like this change. It adds a very non-intuitive condition -- I'm not ...
7 years, 10 months ago (2013-02-12 12:29:47 UTC) #2
Paul Lind
On 2013/02/12 12:29:47, Jakob wrote: > Sorry, I don't like this change. It adds a ...
7 years, 10 months ago (2013-02-13 07:52:25 UTC) #3
Paul Lind
I should have also mentioned that for non-Chromium builds of v8, we do like the ...
7 years, 10 months ago (2013-02-13 16:39:09 UTC) #4
Paul Lind
Jakob, your version works perfectly. We've made corresponding changes for Chromium gyp, and will upstream ...
7 years, 10 months ago (2013-02-19 02:11:35 UTC) #5
Jakob Kummerow
LGTM, I'll land this.
7 years, 10 months ago (2013-02-19 08:52:32 UTC) #6
Jakob Kummerow
7 years, 10 months ago (2013-02-19 15:22:17 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 manually as r13695 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698