Closed
Bug 1618065
Opened 5 years ago
Closed 5 years ago
Unify Windows assembler executable extensions or lack thereof
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(firefox75 fixed)
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Updated•5 years ago
|
Summary: Remove .exe from armasm64 → Unify Windows assembler executable extensions or lack thereof
Assignee | ||
Updated•5 years ago
|
Blocks: tier-2-win-cross
Assignee | ||
Comment 1•5 years ago
|
||
Depending on the target, the assembler for Windows builds is one of ml,
ml64, or armasm64. Only for the latter currently are we looking for the
assembler with the .exe extension. All of them should be looked for the
same way, and we pick including the extension.
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/4251ae045944
Unify Windows assembler executable extensions. r=dmajor
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•