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

Issue 2077733002: PPC/s390: [build] fix target_arch for ppc/s390 native builds (Closed)

Created:
4 years, 6 months ago by JaideepBajwa
Modified:
4 years, 6 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

PPC/s390: [build] fix target_arch for ppc/s390 native builds target_arch is incorrectly set for the ppc/s390 native builds. The target name returned by g++ is not a subset of the target name passed as Make argument and therefore defaults to ia32. Adding a few more swap rules to set the target_arch correctly. This change shouldn't affect the simulator builds. The change to set target_arch to ia32 was added as part of: https://codereview.chromium.org/2045173003 R=machenbach@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com, mbrandy@us.ibm.com BUG= LOG=N Committed: https://crrev.com/1298aef51fc0e7569e1b9c5905ad8d29a2903246 Cr-Commit-Position: refs/heads/master@{#37071}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M Makefile View 1 chunk +4 lines, -0 lines 2 comments Download

Messages

Total messages: 10 (2 generated)
JaideepBajwa
PTAL
4 years, 6 months ago (2016-06-16 22:44:36 UTC) #1
Michael Achenbach
lgtm if this works for you... https://codereview.chromium.org/2077733002/diff/1/Makefile File Makefile (right): https://codereview.chromium.org/2077733002/diff/1/Makefile#newcode453 Makefile:453: $(eval CXX_TARGET_ARCH:=$(subst ppc64,ppc,$(CXX_TARGET_ARCH))) ...
4 years, 6 months ago (2016-06-17 06:35:01 UTC) #2
john.yan
lgtm https://codereview.chromium.org/2077733002/diff/1/Makefile File Makefile (right): https://codereview.chromium.org/2077733002/diff/1/Makefile#newcode453 Makefile:453: $(eval CXX_TARGET_ARCH:=$(subst ppc64,ppc,$(CXX_TARGET_ARCH))) On 2016/06/17 06:35:01, Michael Achenbach ...
4 years, 6 months ago (2016-06-17 13:06:09 UTC) #3
JaideepBajwa
On 2016/06/17 06:35:01, Michael Achenbach wrote: > lgtm if this works for you... > > ...
4 years, 6 months ago (2016-06-17 13:24:56 UTC) #4
JaideepBajwa
On 2016/06/17 13:06:09, john.yan wrote: > lgtm > > https://codereview.chromium.org/2077733002/diff/1/Makefile > File Makefile (right): > ...
4 years, 6 months ago (2016-06-17 13:26:06 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2077733002/1
4 years, 6 months ago (2016-06-17 13:26:51 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 6 months ago (2016-06-17 13:55:24 UTC) #8
commit-bot: I haz the power
4 years, 6 months ago (2016-06-17 13:57:20 UTC) #10
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/1298aef51fc0e7569e1b9c5905ad8d29a2903246
Cr-Commit-Position: refs/heads/master@{#37071}

Powered by Google App Engine
This is Rietveld 408576698