Closed
Bug 1867459
Opened 2 years ago
Closed 2 years ago
Replace CPU_ARCH with TARGET_CPU
Categories
(Firefox Build System :: General, task)
Firefox Build System
General
Tracking
(firefox122 fixed)
RESOLVED
FIXED
122 Branch
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(2 files)
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
In many cases, using CONFIG["CPU_ARCH"] will silently do the unexpected
thing now that it doesn't exist anymore. In case there are in-flight
patches using it, it's better to avoid those causing subtle problems
after a rebase by making most uses of the variable throw an exception.
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/d0f2c7d9dbd2
Replace CPU_ARCH with TARGET_CPU. r=firefox-build-system-reviewers,sergesanspaille
https://hg.mozilla.org/integration/autoland/rev/0bbef60a2caa
Avoiding silently dismissing uses of CPU_ARCH. r=firefox-build-system-reviewers,sergesanspaille
https://hg.mozilla.org/integration/autoland/rev/0b1e42f9043e
apply code formatting via Lando
Comment 4•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d0f2c7d9dbd2
https://hg.mozilla.org/mozilla-central/rev/0bbef60a2caa
https://hg.mozilla.org/mozilla-central/rev/0b1e42f9043e
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox122:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•