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

Issue 194713003: Enable 64-bit architectures by default for Xcode 5.1 and higher (Closed)

Created:
6 years, 9 months ago by sdefresne
Modified:
6 years, 9 months ago
Reviewers:
Mark Mentovai
CC:
gyp-developer_googlegroups.com
Visibility:
Public.

Description

Enable 64-bit architectures by default for Xcode 5.1 and higher According to Xcode 5.1 release notes, the "Standard Architectures" build settings now also include 64-bit architecture, while the build settings "Standard Architectures Including 64-Bit" is no deprecated. BUG=gyp:412 R=mark@chromium.org Committed: https://code.google.com/p/gyp/source/detail?r=1882

Patch Set 1 #

Total comments: 2

Patch Set 2 : Improves emulation #

Patch Set 3 : Improved comment & remove patch 2 #

Total comments: 2

Patch Set 4 : Remove obsolete special-casing #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -10 lines) Patch
M pylib/gyp/xcode_emulation.py View 1 2 3 3 chunks +25 lines, -10 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
sdefresne
Please take a look.
6 years, 9 months ago (2014-03-11 09:48:35 UTC) #1
Mark Mentovai
Have you verified that Xcode 5.1 actually behaves as the release notes say, and that ...
6 years, 9 months ago (2014-03-11 15:28:10 UTC) #2
sdefresne
On 2014/03/11 15:28:10, Mark Mentovai wrote: > Have you verified that Xcode 5.1 actually behaves ...
6 years, 9 months ago (2014-03-11 16:01:03 UTC) #3
Mark Mentovai
Then should you remove ARCHS_STANDARD_INCLUDING_64_BIT from the new 5.1 code? https://codereview.chromium.org/194713003/diff/1/pylib/gyp/xcode_emulation.py File pylib/gyp/xcode_emulation.py (right): https://codereview.chromium.org/194713003/diff/1/pylib/gyp/xcode_emulation.py#newcode949 ...
6 years, 9 months ago (2014-03-11 16:06:22 UTC) #4
sdefresne
Xcode 5.1 still understand $(ARCHS_STANDARD_INCLUDING_64_BIT) though it consider it deprecated. I think we should still ...
6 years, 9 months ago (2014-03-22 12:54:36 UTC) #5
Mark Mentovai
https://codereview.chromium.org/194713003/diff/40001/pylib/gyp/xcode_emulation.py File pylib/gyp/xcode_emulation.py (right): https://codereview.chromium.org/194713003/diff/40001/pylib/gyp/xcode_emulation.py#newcode966 pylib/gyp/xcode_emulation.py:966: return 'i386' Why not x86_64 too when version >= ...
6 years, 9 months ago (2014-03-22 13:55:49 UTC) #6
sdefresne
PTAL https://codereview.chromium.org/194713003/diff/40001/pylib/gyp/xcode_emulation.py File pylib/gyp/xcode_emulation.py (right): https://codereview.chromium.org/194713003/diff/40001/pylib/gyp/xcode_emulation.py#newcode966 pylib/gyp/xcode_emulation.py:966: return 'i386' On 2014/03/22 13:55:50, Mark Mentovai wrote: ...
6 years, 9 months ago (2014-03-24 10:52:21 UTC) #7
Mark Mentovai
LGTM
6 years, 9 months ago (2014-03-24 13:06:34 UTC) #8
sdefresne
6 years, 9 months ago (2014-03-24 13:37:25 UTC) #9
Message was sent while issue was closed.
Committed patchset #4 manually as r1882 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698