Closed
Bug 1618063
Opened 5 years ago
Closed 5 years ago
AS seen by old-configure isn't fully resolved when passed via environment
Categories
(Firefox Build System :: General, defect)
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 | ||
Comment 1•5 years ago
|
||
We're feeding old-configure with compiler and assembler as found by
python configure via ac_cv_* variables (abusing the autoconf cache).
When doing so, and when the assembler was provided via an environment
variable, while python configure resolves the path, old-configure
doesn't get the resolved path, because we're currently passing it the
path that was passed via the environment.
Now pass the resolved path instead.
Assignee | ||
Updated•5 years ago
|
Blocks: tier-2-win-cross
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/2cf8b7acfea0
Pass full qualified path of the assembler to old-configure. 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
•