Closed
Bug 819246
Opened 13 years ago
Closed 13 years ago
Built failed when $target_arch is "arm" but not armv7
Categories
(Core :: WebRTC, defect)
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: slee, Assigned: slee)
Details
(Whiteboard: [WebRTC] [qa-])
Attachments
(1 file, 2 obsolete files)
2.75 KB,
patch
|
slee
:
review+
|
Details | Diff | Splinter Review |
As comment 7 on bug 818843, we should
1. set default value of "arm_neon" to 0, or
2. go through all gypi files and fix the logistic error. That is only when "armv7" is true then we check the value of "arm_neon"
Assignee | ||
Comment 1•13 years ago
|
||
Hi ted,
Could you please review the patch or suggest someone to review it? I am not sure who is suitable to review the patch. I found that you are the reviewer of the file from log.
Thanks.
Attachment #689593 -
Flags: review?(ted)
Comment 2•13 years ago
|
||
Comment on attachment 689593 [details] [diff] [review]
patch
Review of attachment 689593 [details] [diff] [review]:
-----------------------------------------------------------------
::: media/webrtc/trunk/build/common.gypi
@@ +189,5 @@
> # Set ARM-v7 compilation flags
> 'armv7%': 0,
>
> # Set Neon compilation flags (only meaningful if armv7==1).
> + 'arm_neon%': 0,
This can be overridden without changing the source (the '%' suffix). If this needs to be un-set, please do so via either configure.in (if it depends on something configure tests, which I suspect it does), or set it in media/webrtc/webrtc_config.gypi (perhaps conditionally).
If the logic that uses arm_neon is incorrect (needs to test something else, etc), please instead provide a patch for that.
Attachment #689593 -
Flags: review?(ted) → review-
Assignee | ||
Comment 3•13 years ago
|
||
Only when "armv7" is true, we check the value of "arm_neon."
Attachment #689593 -
Attachment is obsolete: true
Attachment #689748 -
Flags: review?(rjesup)
Updated•13 years ago
|
Attachment #689748 -
Flags: review?(rjesup) → review+
Assignee | ||
Comment 4•13 years ago
|
||
rebase.
Try server log,
* try: -b do -p all -u none -t none
** https://tbpl.mozilla.org/?tree=Try&rev=e123d87ad9be
Attachment #689748 -
Attachment is obsolete: true
Assignee | ||
Updated•13 years ago
|
Attachment #690290 -
Flags: review+
Assignee | ||
Updated•13 years ago
|
Keywords: checkin-needed
Comment 5•13 years ago
|
||
Keywords: checkin-needed
![]() |
||
Comment 6•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
![]() |
||
Updated•13 years ago
|
Whiteboard: [WebRTC] → [WebRTC] [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•