Closed
Bug 1260647
Opened 9 years ago
Closed 9 years ago
Unify cross-compilation setup, while moving some of it to moz.configure
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox48 fixed)
RESOLVED
FIXED
mozilla48
| Tracking | Status | |
|---|---|---|
| firefox48 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•9 years ago
|
||
Gonk, Android, and the generic cross-compilation setup all were using a
different yet similar way to prefix the toolchain. The latter was even
wrong, since the target and target alias usually don't match actual
toolchain prefixes (which don't include the machine part of the target).
Review commit: https://reviewboard.mozilla.org/r/43153/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/43153/
Attachment #8736165 -
Flags: review?(ted)
| Assignee | ||
Updated•9 years ago
|
Attachment #8736165 -
Flags: review?(ted)
| Assignee | ||
Comment 2•9 years ago
|
||
Comment on attachment 8736165 [details]
MozReview Request: Bug 1260647 - Unify cross-compilation setup, while moving some of it to moz.configure. r?ted
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/43153/diff/1-2/
Attachment #8736165 -
Flags: review?(ted)
| Assignee | ||
Comment 4•9 years ago
|
||
Comment on attachment 8736165 [details]
MozReview Request: Bug 1260647 - Unify cross-compilation setup, while moving some of it to moz.configure. r?ted
Review request updated; see interdiff: https://reviewboard.mozilla.org/r/43153/diff/2-3/
Comment 5•9 years ago
|
||
https://reviewboard.mozilla.org/r/43153/#review39747
::: js/src/old-configure.in:94
(Diff revision 3)
> ANDROID_VERSION=15
> if test -n "${PLATFORM_SDK_VERSION}"; then
> ANDROID_VERSION="${PLATFORM_SDK_VERSION}"
> fi
>
> dnl set up compilers
Ditto
::: old-configure.in:113
(Diff revision 3)
> ANDROID_VERSION=15
> if test -n "${PLATFORM_SDK_VERSION}"; then
> ANDROID_VERSION="${PLATFORM_SDK_VERSION}"
> fi
>
> dnl set up compilers
Remove?
Comment 6•9 years ago
|
||
Comment on attachment 8736165 [details]
MozReview Request: Bug 1260647 - Unify cross-compilation setup, while moving some of it to moz.configure. r?ted
https://reviewboard.mozilla.org/r/43153/#review40139
The more you dig out of old-configure the more I'm amazed it worked as well as it did!
Attachment #8736165 -
Flags: review?(ted) → review+
Comment 8•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
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
•