Closed
Bug 799425
Opened 13 years ago
Closed 13 years ago
Target triplet used to build b2g on gonk is wrong
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla19
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file)
|
2.03 KB,
patch
|
mwu
:
review+
|
Details | Diff | Splinter Review |
B2G builds are now done with the arm-linux-androideabi toolchain, but the --target used is still arm-android-eabi.
| Assignee | ||
Comment 1•13 years ago
|
||
Note that the arm-android-eabi value is not supported by jemalloc3 configure, so using arm-linux-androideabi is necessary to allow to build with jemalloc3.
Attachment #669450 -
Flags: review?(mwu)
Comment 2•13 years ago
|
||
Comment on attachment 669450 [details] [diff] [review]
Use --target=arm-linux-androideabi for b2g gonk builds
Can you send a pull request to fix this on gonk-misc? Or just land it directly - either is fine. r=me.
Attachment #669450 -
Flags: review?(mwu) → review+
| Assignee | ||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•