Closed
Bug 894761
Opened 12 years ago
Closed 12 years ago
Fail in configure when building with --enable-application=mobile/android without a proper --target
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla25
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file)
Since #mobile people are apparently inviting new developers to use the in-tree mozconfig, I figured I'd try to see what happens with minimalistic mozconfigs, and started with:
ac_add_options --enable-application=mobile/android
Which happily builds for 20 minutes until the app tier is reached. That's a waste of a lot of time.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #776890 -
Flags: review?(ted)
Comment 2•12 years ago
|
||
Comment on attachment 776890 [details] [diff] [review]
Fail in configure when building with --enable-application=mobile/android without a proper --target
Review of attachment 776890 [details] [diff] [review]:
-----------------------------------------------------------------
::: configure.in
@@ +4526,5 @@
> + *-android*|*-linuxandroid*)
> + :
> + ;;
> + *)
> + AC_MSG_ERROR([You must specify --target=some-android-target when building with --enable-application=mobile/android])
Can you put in a link to a wiki page with more information? Also, might be more helpful to just mention the most sane default here, like --target=arm-linux-androideabi
Attachment #776890 -
Flags: review?(ted) → review+
Assignee | ||
Comment 3•12 years ago
|
||
(In reply to Ted Mielczarek [:ted.mielczarek] from comment #2)
> Can you put in a link to a wiki page with more information? Also, might be
> more helpful to just mention the most sane default here, like
> --target=arm-linux-androideabi
There's also x86 android...
Comment 4•12 years ago
|
||
Sure, this is just the most common usage. It seems better than the faux "--target=some-android-target".
Assignee | ||
Comment 5•12 years ago
|
||
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•