Closed
Bug 1446066
Opened 7 years ago
Closed 6 years ago
Handle HOST_OS_LIBS properly when the host and target compilers are different types
Categories
(Firefox Build System :: General, enhancement)
Tracking
(firefox64 fixed)
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: ted, Assigned: ted)
References
Details
Attachments
(1 file)
This patch has been sitting in my WSL patch queue for a while, but it's pretty small. We have never really supported doing a build where the host and target compilers are of different types, but that's what I wound up doing for WSL (gcc for the host compiler, msvc for the target) and I didn't really hit many issues aside from this one small thing.
Comment hidden (mozreview-request) |
Updated•7 years ago
|
Attachment #8959246 -
Flags: review?(core-build-config-reviews) → review?(cmanchester)
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8959246 [details]
bug 1446066 - Handle HOST_OS_LIBS properly when the host and target compilers are different types.
https://reviewboard.mozilla.org/r/228118/#review234300
Attachment #8959246 -
Flags: review?(cmanchester) → review+
Pushed by nfroyd@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f3881709a4ad
handle HOST_OS_LIBS properly when the host and target compilers are different types; r=chmanchester
Comment 5•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Updated•6 years ago
|
Version: Version 3 → 3 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•