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

Issue 2518533002: Fix big endian support for MIPS (Closed)

Created:
4 years, 1 month ago by miran.karic
Modified:
4 years ago
CC:
chromium-reviews
Target Ref:
refs/heads/master
Project:
icu
Visibility:
Public.

Description

Fix big endian support for MIPS Recent changes in detecting big endian targets don't work when cross compiling for a target with different endianness. This brakes MIPS. Added additional checks for big endian MIPS and MIPS64 targets to fix this. Patch by miran.karic@imgtec.com BUG=None R=bjaideep@ca.ibm.com, jshin@chromium.org Committed: https://chromium.googlesource.com/chromium/deps/icu/+/73e24736676b4b438270fda44e5b2c83b49fdd80

Patch Set 1 #

Total comments: 2

Patch Set 2 : Merge BE conditions #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -5 lines) Patch
M icu.gyp View 1 3 chunks +12 lines, -5 lines 0 comments Download

Messages

Total messages: 15 (3 generated)
miran.karic
Here is what I had in mind, this would fix MIPS and PPC/s390 would work ...
4 years, 1 month ago (2016-11-18 14:40:17 UTC) #2
JaideepBajwa
lgtm Thank you, yes my changes didn't account for cross-compiling. For ppc64 we don't have ...
4 years, 1 month ago (2016-11-19 15:57:22 UTC) #3
jungshik at Google
See my comment below. https://codereview.chromium.org/2518533002/diff/1/icu.gyp File icu.gyp (right): https://codereview.chromium.org/2518533002/diff/1/icu.gyp#newcode112 icu.gyp:112: }, 'v8_host_byteorder=="big"', { can you ...
4 years, 1 month ago (2016-11-21 23:45:25 UTC) #4
jungshik at Google
On 2016/11/19 15:57:22, JaideepBajwa (OOO) wrote: > lgtm > Thank you, yes my changes didn't ...
4 years, 1 month ago (2016-11-21 23:45:50 UTC) #5
miran.karic
On 2016/11/21 23:45:25, jungshik at google wrote: > See my comment below. > > https://codereview.chromium.org/2518533002/diff/1/icu.gyp ...
4 years, 1 month ago (2016-11-22 09:14:34 UTC) #6
miran.karic
On 2016/11/22 09:14:34, miran.karic wrote: > On 2016/11/21 23:45:25, jungshik at google wrote: > > ...
4 years ago (2016-11-28 08:58:35 UTC) #7
jungshik at Google
On 2016/11/28 08:58:35, miran.karic wrote: > On 2016/11/22 09:14:34, miran.karic wrote: > > On 2016/11/21 ...
4 years ago (2016-12-01 19:41:47 UTC) #8
miran.karic
> Sorry for the delay. LGTM. > Can you land it? Perhaps, I have to ...
4 years ago (2016-12-02 08:07:06 UTC) #9
miran.karic
@jungshik Can you land this? We would like to see this fixed soon as our ...
4 years ago (2016-12-08 11:43:45 UTC) #10
jungshik at Google
Committed patchset #2 (id:20001) manually as 73e24736676b4b438270fda44e5b2c83b49fdd80 (presubmit successful).
4 years ago (2016-12-09 18:35:30 UTC) #13
jungshik at Google
On 2016/12/09 18:35:30, jungshik at google wrote: > Committed patchset #2 (id:20001) manually as > ...
4 years ago (2016-12-09 18:40:51 UTC) #14
miran.karic
4 years ago (2016-12-12 08:14:01 UTC) #15
Message was sent while issue was closed.
On 2016/12/09 18:40:51, jungshik at google wrote:
> On 2016/12/09 18:35:30, jungshik at google wrote:
> > Committed patchset #2 (id:20001) manually as
> > 73e24736676b4b438270fda44e5b2c83b49fdd80 (presubmit successful).
> 
> Sorry for the delay. I landed it. Will roll icu in DEPS.

Thank you. It just rolled in DEPS and works as expected, fixing BE builders.

Powered by Google App Engine
This is Rietveld 408576698