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

Issue 843563002: Add compiler and linker flags for MIPS. (Closed)

Created:
5 years, 11 months ago by wtc
Modified:
5 years, 11 months ago
Reviewers:
ajm, brettw, Ben Chan, petarj
CC:
chromium-reviews, kjellander_chromium
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add compiler and linker flags for MIPS. I ported the MIPS code from build/common.gypi except for the mips_arch_variant variable. R=benchan@chromium.org,brettw@chromium.org,petarj@mips.com BUG=446234 Committed: https://crrev.com/0055a3a72acc45fb9aafcc965dd77db6cc99da6d Cr-Commit-Position: refs/heads/master@{#312480}

Patch Set 1 #

Patch Set 2 : Check is_android_webview_build #

Total comments: 5

Patch Set 3 : Support mips_arch_variant. Remove unneeded flags. #

Total comments: 2

Patch Set 4 : Add build/config/mips.gni #

Total comments: 8

Patch Set 5 : Rebase #

Patch Set 6 : Use else if #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -0 lines) Patch
M build/config/compiler/BUILD.gn View 1 2 3 4 2 chunks +48 lines, -0 lines 0 comments Download
A build/config/mips.gni View 1 2 3 4 5 1 chunk +20 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (2 generated)
wtc
Please review. Note that mips_arch_variant support still needs to be added. The equivalent code in ...
5 years, 11 months ago (2015-01-07 21:40:01 UTC) #1
Ben Chan
https://codereview.chromium.org/843563002/diff/20001/build/config/compiler/BUILD.gn File build/config/compiler/BUILD.gn (right): https://codereview.chromium.org/843563002/diff/20001/build/config/compiler/BUILD.gn#newcode278 build/config/compiler/BUILD.gn:278: # TODO(wtc): check mips_arch_variant (possible values are "r1", "r2", ...
5 years, 11 months ago (2015-01-07 21:48:40 UTC) #2
wtc
https://codereview.chromium.org/843563002/diff/20001/build/config/compiler/BUILD.gn File build/config/compiler/BUILD.gn (right): https://codereview.chromium.org/843563002/diff/20001/build/config/compiler/BUILD.gn#newcode278 build/config/compiler/BUILD.gn:278: # TODO(wtc): check mips_arch_variant (possible values are "r1", "r2", ...
5 years, 11 months ago (2015-01-07 23:00:22 UTC) #3
wtc
Please review patch set 3. I need the new approach to fix webrtc build. https://codereview.chromium.org/843563002/diff/60001/build/config/compiler/BUILD.gn ...
5 years, 11 months ago (2015-01-07 23:56:36 UTC) #4
wtc
Ah, sorry, I meant please review patch set 4.
5 years, 11 months ago (2015-01-07 23:56:58 UTC) #5
brettw
https://codereview.chromium.org/843563002/diff/60001/build/config/mips.gni File build/config/mips.gni (right): https://codereview.chromium.org/843563002/diff/60001/build/config/mips.gni#newcode7 build/config/mips.gni:7: declare_args() { Will anybody actually need to set the ...
5 years, 11 months ago (2015-01-12 07:27:02 UTC) #6
wtc
https://codereview.chromium.org/843563002/diff/60001/build/config/mips.gni File build/config/mips.gni (right): https://codereview.chromium.org/843563002/diff/60001/build/config/mips.gni#newcode7 build/config/mips.gni:7: declare_args() { Henrik: does the WebRTC team need to ...
5 years, 11 months ago (2015-01-12 22:53:49 UTC) #7
kjellander_chromium
On 2015/01/12 22:53:49, wtc wrote: > https://codereview.chromium.org/843563002/diff/60001/build/config/mips.gni > File build/config/mips.gni (right): > > https://codereview.chromium.org/843563002/diff/60001/build/config/mips.gni#newcode7 > ...
5 years, 11 months ago (2015-01-14 06:08:00 UTC) #9
petarj
lgtm https://codereview.chromium.org/843563002/diff/60001/build/config/mips.gni File build/config/mips.gni (right): https://codereview.chromium.org/843563002/diff/60001/build/config/mips.gni#newcode7 build/config/mips.gni:7: declare_args() { On 2015/01/12 07:27:02, brettw wrote: > ...
5 years, 11 months ago (2015-01-14 15:08:56 UTC) #10
ajm
On 2015/01/14 06:08:00, kjellander wrote: > +ajm > Andrew: can you answer this? I really ...
5 years, 11 months ago (2015-01-14 18:42:05 UTC) #11
wtc
Brett: we have answered your question. Could you please take another look at the CL? ...
5 years, 11 months ago (2015-01-20 19:41:02 UTC) #12
brettw
lgtm https://codereview.chromium.org/843563002/diff/60001/build/config/mips.gni File build/config/mips.gni (right): https://codereview.chromium.org/843563002/diff/60001/build/config/mips.gni#newcode11 build/config/mips.gni:11: if (cpu_arch == "mips64el") { Can you make ...
5 years, 11 months ago (2015-01-20 23:34:27 UTC) #13
Ben Chan
https://codereview.chromium.org/843563002/diff/60001/build/config/mips.gni File build/config/mips.gni (right): https://codereview.chromium.org/843563002/diff/60001/build/config/mips.gni#newcode8 build/config/mips.gni:8: mips_arch_variant = "r1" this definition differs from the one ...
5 years, 11 months ago (2015-01-20 23:36:35 UTC) #14
wtc
I made the change that Brett suggested in patch set 6. https://codereview.chromium.org/843563002/diff/60001/build/config/mips.gni File build/config/mips.gni (right): ...
5 years, 11 months ago (2015-01-21 01:58:50 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/843563002/100001
5 years, 11 months ago (2015-01-21 22:24:38 UTC) #17
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 11 months ago (2015-01-21 22:29:05 UTC) #18
commit-bot: I haz the power
5 years, 11 months ago (2015-01-21 22:30:07 UTC) #19
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/0055a3a72acc45fb9aafcc965dd77db6cc99da6d
Cr-Commit-Position: refs/heads/master@{#312480}

Powered by Google App Engine
This is Rietveld 408576698