Closed
Bug 1802228
Opened 2 years ago
Closed 2 years ago
Build fails when `ld` is not in the path
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox109 fixed)
RESOLVED
FIXED
109 Branch
Tracking | Status | |
---|---|---|
firefox109 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
While we default to lld, we only do so for target compilations, which leaves host compilations using whatever the compiler defaults to, which is plain ld
. The problem is aggravated by the fact that we don't check during configure, which means the error only happens when linking host programs.
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/305ac3344b63
Select a host linker in the same manner we do for the target linker. r=firefox-build-system-reviewers,ahochheiden
Pushed by imoraru@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8a550b1c63c1
fix windows build bustages.
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/305ac3344b63
https://hg.mozilla.org/mozilla-central/rev/8a550b1c63c1
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox109:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 109 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•