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

Issue 1693913002: GN: Use x86_64-nacl-gcc with -m32 rather then i686-nacl-gcc (Closed)

Created:
4 years, 10 months ago by Sam Clegg
Modified:
4 years, 10 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

GN: Use x86_64-nacl-gcc with -m32 rather then i686-nacl-gcc i686-nacl-gcc is not in goma (its a simple shell script wrapper arond x86_64-nacl-gcc and this is not supported currently in goma) Committed: https://crrev.com/93bf7095de46409cb10665ebe27ec9521a465946 Cr-Commit-Position: refs/heads/master@{#375810}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -3 lines) Patch
M build/toolchain/nacl/BUILD.gn View 1 2 3 4 chunks +9 lines, -3 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 18 (5 generated)
Sam Clegg
This means that the 32-bit linux gn bots are currently falling back to the local ...
4 years, 10 months ago (2016-02-12 18:17:02 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1693913002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1693913002/60001
4 years, 10 months ago (2016-02-12 18:22:40 UTC) #4
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-12 19:55:48 UTC) #6
Dirk Pranke
I defer this to Roland; the change looks plausible but I don't know if it's ...
4 years, 10 months ago (2016-02-12 20:37:23 UTC) #7
Dirk Pranke
On 2016/02/12 20:37:23, Dirk Pranke wrote: > I defer this to Roland; the change looks ...
4 years, 10 months ago (2016-02-17 03:27:48 UTC) #8
Sam Clegg
On 2016/02/17 03:27:48, Dirk Pranke wrote: > On 2016/02/12 20:37:23, Dirk Pranke wrote: > > ...
4 years, 10 months ago (2016-02-17 05:50:03 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1693913002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1693913002/60001
4 years, 10 months ago (2016-02-17 05:51:06 UTC) #11
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 10 months ago (2016-02-17 06:23:36 UTC) #12
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/93bf7095de46409cb10665ebe27ec9521a465946 Cr-Commit-Position: refs/heads/master@{#375810}
4 years, 10 months ago (2016-02-17 06:25:00 UTC) #14
Roland McGrath
Firstly, s/then/than/ in the title. Someone needs to teach this Englishman English! Secondly, the other ...
4 years, 10 months ago (2016-02-17 21:31:09 UTC) #15
Sam Clegg
On 2016/02/17 21:31:09, Roland McGrath wrote: > Firstly, s/then/than/ in the title. Someone needs to ...
4 years, 10 months ago (2016-02-17 22:12:07 UTC) #16
Roland McGrath
On 2016/02/17 22:12:07, Sam Clegg wrote: > Why not use the i686- prefix when the ...
4 years, 10 months ago (2016-02-17 23:07:32 UTC) #17
Sam Clegg
4 years, 10 months ago (2016-02-17 23:22:30 UTC) #18
Message was sent while issue was closed.
On 2016/02/17 23:07:32, Roland McGrath wrote:
> On 2016/02/17 22:12:07, Sam Clegg wrote:
> > Why not use the i686- prefix when the binary is available (nacl-clang) and
> fall
> > back to using -m32 when it isn't (nacl-gcc)?
> 
> The i686-nacl-foo commands are always available.  Them ever not being usable
is
> some quirk of GOMA.  The most maintainable thing is to be consistent across
all
> the toolchains.  If the reason to be one way or another (i686-nacl-foo vs
> x86_64-nacl-foo -m32) is GOMA's limitations, then that merits some comments
> about the choice made.  But regardless of that, consistency is better than
> inconsistency.

OK I'll make it consistent with comments.

Powered by Google App Engine
This is Rietveld 408576698