Closed
Bug 54869
Opened 25 years ago
Closed 25 years ago
Compile NSS with gcc on 32-bit Solaris
Categories
(NSS :: Libraries, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
3.1
People
(Reporter: wtc, Assigned: wtc)
Details
Attachments
(2 files)
|
940 bytes,
patch
|
Details | Diff | Splinter Review | |
|
973 bytes,
patch
|
Details | Diff | Splinter Review |
We should ensure that NSS can be compiled
with gcc on 32-bit Solaris.
| Assignee | ||
Comment 1•25 years ago
|
||
| Assignee | ||
Comment 2•25 years ago
|
||
I added mozilla/security/coreconf/SunOS5.7_i86pc.mk,
a prerequisite for compiling NSS and PSM on Solaris 7
on Intel. I was able to compile NSS with gcc 2.95
on Solaris 7 on Intel. I haven't run the test suite
yet.
| Assignee | ||
Comment 3•25 years ago
|
||
Reassigned the bug to myself. I will try and
check it in today.
Assignee: nelsonb → wtc
Target Milestone: --- → 3.1
| Assignee | ||
Comment 4•25 years ago
|
||
| Assignee | ||
Comment 5•25 years ago
|
||
Nelson suggested that I use a make variable like 'AS'
for /usr/ccs/bin/as. I decided to use 'SOLARIS_AS'
to make it clear that we must use the Solaris assembler.
I checked in the revised patch (id=15993).
/cvsroot/mozilla/security/nss/lib/freebl/Makefile, revision 1.14
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•