Closed Bug 4471 Opened 26 years ago Closed 26 years ago

MIPS3 support on IRIX

Categories

(NSPR :: NSPR, defect, P3)

SGI
IRIX
defect

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.
Status: NEW → ASSIGNED
Accepted the bug.
NSPR now has its own Bugzilla product. Moving this bug to the NSPR product.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
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.
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.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.