Closed
Bug 102059
Opened 23 years ago
Closed 22 years ago
NSPR should support ICC (intel c++ compiler)
Categories
(NSPR :: NSPR, defect, P2)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
4.3
People
(Reporter: bryner, Assigned: bryner)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
The attached patch lets NSPR recognize icc and pass it the proper compile flags.
Assignee | ||
Comment 1•23 years ago
|
||
Assignee | ||
Comment 2•23 years ago
|
||
Futuring to get off the radar (waiting on compiler fixes for crashes in LL_MUL
and LL_DIV)
Status: NEW → ASSIGNED
Target Milestone: --- → Future
Updated•23 years ago
|
Priority: -- → P2
Comment 3•22 years ago
|
||
what is the current status on this? Is this something that is still an issue?
what about on win32?
(trying to help focus)
Assignee | ||
Comment 4•22 years ago
|
||
I think this can be marked WORKSFORME. I downloaded the latest version of icc
and it compiles NSPR fine with no changes (I'd say they've implemented more
gcc-compatible command line options).
Unfortunately, you still can't build Mozilla with it. It crashes compiling a
file in xpcom; I forget which one.
Comment 5•22 years ago
|
||
Marked the bug WORKSFORME. The latest version of icc
supports all the gcc command-line options NSPR is using,
so no patch is necessary now.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Updated•22 years ago
|
Target Milestone: Future → 4.3
You need to log in
before you can comment on or make changes to this bug.
Description
•