Bug 74985 - Teach build-jsc how to build JavaScriptCore for the EFL, BlackBerry, and WinCE ports
Summary: Teach build-jsc how to build JavaScriptCore for the EFL, BlackBerry, and WinC...
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: 74979 74981 74983
Blocks:
  Show dependency treegraph
 
Reported: 2011-12-20 18:15 PST by Daniel Bates
Modified: 2011-12-21 15:22 PST (History)
6 users (show)

See Also:


Attachments
Patch (1.42 KB, patch)
2011-12-20 18:18 PST, Daniel Bates
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Bates 2011-12-20 18:15:37 PST
Add support to build-jsc for ports EFL, BlackBerry, and WinCE.
Comment 1 Daniel Bates 2011-12-20 18:18:05 PST
Created attachment 120130 [details]
Patch
Comment 2 Patrick R. Gansterer 2011-12-21 00:57:43 PST
Comment on attachment 120130 [details]
Patch

what about a generat "isCMakeBasedPort()" for the perl scripts? this seams like a nice copy&paste place if we add additional CMake systems...
Comment 3 Eric Seidel (no email) 2011-12-21 13:39:48 PST
Comment on attachment 120130 [details]
Patch

I agree that we could use a helper subroutine here.  But this isn't awful.
Comment 4 Daniel Bates 2011-12-21 15:22:22 PST
Committed r103464: <http://trac.webkit.org/changeset/103464>