Bug 41611 - Per-OS-version object files in WebKitLibraries/
Summary: Per-OS-version object files in WebKitLibraries/
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-05 05:39 PDT by Jeremy Moskovich
Modified: 2010-07-05 05:39 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Moskovich 2010-07-05 05:39:31 PDT
Separate object files are provided for 10.4..10.6 in WebKitLibraries/ . While having per-OS-version object files makes sense for ports that compile a separate binary for each system version.  Ports such as Chromium release a single binary that needs to run on more than one system version.

Would it be possible to provide a unified system interface object file for the benefit of ports such as Chromium?