Bug 123169 - [iOS] Upstream more JavaScriptCore build configuration changes
Summary: [iOS] Upstream more JavaScriptCore build configuration changes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-22 13:31 PDT by Daniel Bates
Modified: 2013-10-23 13:21 PDT (History)
3 users (show)

See Also:


Attachments
Patch (5.28 KB, patch)
2013-10-22 13:32 PDT, Daniel Bates
ddkilzer: review+
ddkilzer: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2013-10-22 13:31:20 PDT
More JavaScriptCore build configuration changes.
Comment 1 Daniel Bates 2013-10-22 13:32:49 PDT
Created attachment 214879 [details]
Patch
Comment 2 David Kilzer (:ddkilzer) 2013-10-23 09:35:58 PDT
Comment on attachment 214879 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=214879&action=review

r=me

> Source/JavaScriptCore/Configurations/Version.xcconfig:38
> +SYSTEM_VERSION_PREFIX_macosx_1060 = 6;

This line can be removed since we no longer support Snow Leopard.
Comment 3 Daniel Bates 2013-10-23 10:00:58 PDT
Committed r157864: <http://trac.webkit.org/changeset/157864>
Comment 4 Daniel Bates 2013-10-23 13:21:38 PDT
(In reply to comment #3)
> Committed r157864: <http://trac.webkit.org/changeset/157864>

Fixed the JavaScriptCore build targets in <http://trac.webkit.org/changeset/157879>.