Closed
Bug 876416
Opened 13 years ago
Closed 13 years ago
Pass -static-libgcc flag to NSPR and NSS.
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla24
People
(Reporter: jacek, Assigned: jacek)
Details
Attachments
(1 file)
|
1.92 KB,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
Those are currently built on mingw without -static-libgcc. It was unnoticed previously, as GCC older than 4.8 happened to produce DLLs that were not depended on libgcc_*.dll in this case, but that's not the case anymore.
Attachment #754440 -
Flags: review?(mh+mozilla)
Updated•13 years ago
|
Attachment #754440 -
Flags: review?(mh+mozilla) → review+
| Assignee | ||
Comment 1•13 years ago
|
||
Comment 2•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•