Closed
Bug 4471
Opened 26 years ago
Closed 26 years ago
MIPS3 support on IRIX
Categories
(NSPR :: NSPR, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: wtc, Assigned: wtc)
Details
The IRIX 7.2.1 compiler by default generates code for
MIPS 4 ISA when run on a system with processors
supporting MIPS 4 ISA (R5000/R8000/R10000), but generates
MIPS 3 code when run on a system with MIPS 3 processors
(R4000/R4400).
The target ISA has to be explicitly set to mips3 when
compiling on MIPS 4 systems in order to enable use of
the binaries on MIPS 3 systems.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•26 years ago
|
||
Accepted the bug.
Comment 2•26 years ago
|
||
NSPR now has its own Bugzilla product. Moving this bug to the NSPR product.
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•26 years ago
|
||
Added -mips3 to the compiler command line if
we are building on IRIX 6.5. This fix is checked
into the internal CVS repository:
/m/src/ns/nspr20/config/IRIX.mk, revision 2.19.
Assignee | ||
Comment 4•26 years ago
|
||
Checked in the fix to cvs.mozilla.org.
/cvsroot/mozilla/nsprpub/config/IRIX.mk, revision 3.9.
this fix is not visible to qa. if you think this bug should be reopened,
please do so.
will mark as verified.
You need to log in
before you can comment on or make changes to this bug.
Description
•