Bug 168692 - Don't build libwebrtc on 32-bit architectures
Summary: Don't build libwebrtc on 32-bit architectures
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-21 16:27 PST by Alex Christensen
Modified: 2017-02-21 22:03 PST (History)
0 users

See Also:


Attachments
Patch (3.68 KB, patch)
2017-02-21 16:28 PST, Alex Christensen
no flags Details | Formatted Diff | Diff
Patch (1.37 KB, patch)
2017-02-21 16:44 PST, Alex Christensen
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2017-02-21 16:27:50 PST
Don't build libwebrtc on 32-bit architectures
Comment 1 Alex Christensen 2017-02-21 16:28:06 PST
Created attachment 302335 [details]
Patch
Comment 2 Alex Christensen 2017-02-21 16:44:55 PST
Created attachment 302338 [details]
Patch
Comment 3 mitz 2017-02-21 16:47:01 PST
Comment on attachment 302338 [details]
Patch

OK, assuming when you make webcore link against it you do so only when building for 64-bit architectures.
Comment 4 Alex Christensen 2017-02-21 16:55:14 PST
http://trac.webkit.org/r212777
Comment 5 Alex Christensen 2017-02-21 22:03:15 PST
This causes build-webkit --32-bit to fail with this message:

=== BUILD TARGET webrtcpcrtc OF PROJECT libwebrtc WITH CONFIGURATION Debug ===

Check dependencies
No architectures to compile for (ARCHS=i386, VALID_ARCHS=x86_64).

** BUILD FAILED **