Closed
Bug 1660734
Opened 4 years ago
Closed 4 years ago
Typo in arch.mk
Categories
(NSS :: Build, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
3.57
People
(Reporter: mozilla-bugzilla, Assigned: beurdouche)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15
Steps to reproduce:
In nss 3.56 in coreconf/arch.mk there is a typo in a warning message. The message reads:
$(warning Unable to find gcc 4.8 or greater, disabling -Werror)
The message should read:
$(warning Unable to find gcc 4.8 or greater, disabling -mavx2)
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → bbeurdouche
Severity: -- → N/A
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Priority: -- → P1
Updated•4 years ago
|
Severity: N/A → S4
Assignee | ||
Comment 1•4 years ago
|
||
Comment 2•4 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 3.57
You need to log in
before you can comment on or make changes to this bug.
Description
•