Closed
Bug 1531745
Opened 7 years ago
Closed 7 years ago
firefox-66 gcc-8.3 -Qunused-arguments
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1531748
People
(Reporter: kladit, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:66.0) Gecko/20100101 Firefox/66.0
Steps to reproduce:
Trying to compile firefox-66b12
firefox-66b* does not build with gcc-8.3 because of -Qunused-arguments being passed
Actual results:
gcc: error: unrecognized command line option '-Qunused-arguments'; did you mean '-Wunused-parameter'?
Same problem does not show up with gcc-8.2
Expected results:
The right arguments should have being passed to gcc-8.3
Updated•7 years ago
|
Component: Untriaged → General
Product: Firefox → Firefox Build System
Updated•7 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•