Closed
Bug 685130
Opened 11 years ago
Closed 11 years ago
Should build libffi as thumb when compiling for ARM
Categories
(Core :: js-ctypes, defect)
Tracking
()
RESOLVED
FIXED
mozilla9
People
(Reporter: ted, Assigned: glandium)
Details
Attachments
(1 file)
1.07 KB,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
Currently libffi is built as ARM instead of thumb. The source supports thumb, we just need to pass the right compile flags.
Assignee | ||
Comment 1•11 years ago
|
||
As mentioned on IRC, I think removing these 3 lines should work: http://mxr.mozilla.org/mozilla-central/source/js/src/configure.in#5633
Assignee | ||
Comment 2•11 years ago
|
||
It looks like this has the desired effect.
Attachment #558795 -
Flags: review?(ted.mielczarek)
Reporter | ||
Updated•11 years ago
|
Attachment #558795 -
Flags: review?(ted.mielczarek) → review+
Reporter | ||
Updated•11 years ago
|
Assignee: nobody → mh+mozilla
Assignee | ||
Comment 3•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/ad202468df63
Target Milestone: --- → mozilla9
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•